Newer
Older
Jean-Philippe Lang
committed
module Redmine
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
Jean-Philippe Lang
committed
STRING= [MAJOR, MINOR, TINY].join('.')
def self.to_s; STRING end
end
end