module CompositePrimaryKeys module VERSION MAJOR = 4 MINOR = 0 TINY = 0 STRING = [MAJOR, MINOR, TINY, 'beta9'].join('.') end end