module Rtml module VERSION MAJOR = 2 MINOR = 0 TINY = 2 STRING = (defined?(PRE) ? [MAJOR, MINOR, TINY, PRE] : [MAJOR, MINOR, TINY]).join('.') end end