diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-07-06 10:40:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-07-06 10:40:38 +0000 |
commit | fba5b433770fd8b7cc0f0a44bb6894340a87536c (patch) | |
tree | 3fb56e643b6b434d0308db8eb4a0dea3bfb25ed8 /lib | |
parent | 6eb87552133107002384a07685ef518c78ec8201 (diff) | |
download | redmine-fba5b433770fd8b7cc0f0a44bb6894340a87536c.tar.gz redmine-fba5b433770fd8b7cc0f0a44bb6894340a87536c.zip |
Updates for 2.4.6 release.
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13229 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index b54d4e783..f305cd1c6 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 4 - TINY = 5 + TINY = 6 # Branch values: # * official release: nil |