##// END OF EJS Templates
Updates for 2.4.5 release....
Jean-Philippe Lang -
r12756:0a876dcb28cd
parent child
Show More
@@ -4,6 +4,10 Redmine - project management software
4 Copyright (C) 2006-2014 Jean-Philippe Lang
4 Copyright (C) 2006-2014 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2014-03-29 v2.4.5
8
9 * Defect #16466: Fixed back url verification
10
7 == 2014-03-02 v2.4.4
11 == 2014-03-02 v2.4.4
8
12
9 * Defect #16081: Export CSV - Custom field true/false not using translation
13 * Defect #16081: Export CSV - Custom field true/false not using translation
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 2
5 MAJOR = 2
6 MINOR = 4
6 MINOR = 4
7 TINY = 4
7 TINY = 5
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now