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