diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 18:14:34 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-11 18:14:34 +0000 |
commit | 3d3acae47c0aa6c476cfc56f6f14b3d09e5a4b83 (patch) | |
tree | f4464f76fda4b0afc2828561f2a792e490a84ce3 /lib/redmine | |
parent | 774f9accc3ed62ea0431186f6b6c7394ddc60dc9 (diff) | |
download | redmine-3d3acae47c0aa6c476cfc56f6f14b3d09e5a4b83.tar.gz redmine-3d3acae47c0aa6c476cfc56f6f14b3d09e5a4b83.zip |
Merge r23392 and r23393 from trunk to 6.0-stable.
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23394 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine')
-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 73183f5f5..5388c4b42 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -24,7 +24,7 @@ module Redmine module VERSION MAJOR = 6 MINOR = 0 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil |