##// END OF EJS Templates
Set version to 3.3.0....
Jean-Philippe Lang -
r15041:7d9a8be77968 merge
parent child
Show More
@@ -3,14 +3,14 require 'rexml/document'
3 3 module Redmine
4 4 module VERSION #:nodoc:
5 5 MAJOR = 3
6 MINOR = 2
7 TINY = 2
6 MINOR = 3
7 TINY = 0
8 8
9 9 # Branch values:
10 10 # * official release: nil
11 11 # * stable branch: stable
12 12 # * trunk: devel
13 BRANCH = 'devel'
13 BRANCH = 'stable'
14 14
15 15 # Retrieves the revision from the working copy
16 16 def self.revision
General Comments 0
You need to be logged in to leave comments. Login now