diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-23 11:51:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-23 11:51:56 +0000 |
commit | 998928ecdfac33424dc644e8acd202f714d7c1ec (patch) | |
tree | c280d918ad3db51e24bfbfaac2d03447876ae446 /lib | |
parent | aca59db4cc5a68098b2e60251d20583ac73c8164 (diff) | |
download | redmine-998928ecdfac33424dc644e8acd202f714d7c1ec.tar.gz redmine-998928ecdfac33424dc644e8acd202f714d7c1ec.zip |
Set version to 2.3.0.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11450 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index e353c211b..dd412662d 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -3,8 +3,8 @@ require 'rexml/document' module Redmine module VERSION #:nodoc: MAJOR = 2 - MINOR = 2 - TINY = 3 + MINOR = 3 + TINY = 0 # Branch values: # * official release: nil |