mirror of
https://github.com/redmine/redmine.git
synced 2026-07-01 00:18:56 +02:00
Redmine::VERSION updated
git-svn-id: http://redmine.rubyforge.org/svn/trunk@445 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module Redmine
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 4
|
||||
TINY = 2
|
||||
MINOR = 5
|
||||
TINY = 0
|
||||
|
||||
STRING= [MAJOR, MINOR, TINY].join('.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user