]> source.dussan.org Git - redmine.git/commitdiff
Set version to 3.4 stable.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jun 2017 09:20:40 +0000 (09:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Jun 2017 09:20:40 +0000 (09:20 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16696 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/version.rb

index a87eb881b93d6f519783a3fafb19db79a2405e93..27a3390a93c3e590ffc7bc85d1118937ebe4bb5b 100644 (file)
@@ -3,14 +3,14 @@ require 'rexml/document'
 module Redmine
   module VERSION #:nodoc:
     MAJOR = 3
-    MINOR = 3
-    TINY  = 3
+    MINOR = 4
+    TINY  = 0
 
     # Branch values:
     # * official release: nil
     # * stable branch:    stable
     # * trunk:            devel
-    BRANCH = 'devel'
+    BRANCH = 'stable'
 
     # Retrieves the revision from the working copy
     def self.revision