diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-03-04 19:43:56 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-03-04 19:43:56 +0000 |
commit | fb449c77bc76b3bae9b3f0bfe18560b11f00902c (patch) | |
tree | 5e9c0a3a2fe186b157e9968b1f6230843171c3b1 /lib | |
parent | c94d7c5a57516f14d215ebc58324628703daadaf (diff) | |
download | redmine-fb449c77bc76b3bae9b3f0bfe18560b11f00902c.tar.gz redmine-fb449c77bc76b3bae9b3f0bfe18560b11f00902c.zip |
Updates for 5.1.2 release.
git-svn-id: https://svn.redmine.org/redmine/trunk@22765 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 1ef8f8ee7..eaad9c6ae 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -24,7 +24,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 1 - TINY = 1 + TINY = 2 # Branch values: # * official release: nil |