Redmine::VERSION updated

git-svn-id: http://redmine.rubyforge.org/svn/trunk@445 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-11 16:38:19 +00:00
parent 6a8ddc954f
commit 6c5e89ede0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
module Redmine
module VERSION #:nodoc:
MAJOR = 0
MINOR = 4
TINY = 2
MINOR = 5
TINY = 0
STRING= [MAJOR, MINOR, TINY].join('.')