@@ -3,14 +3,14 require 'rexml/document' | |||||
3 | module Redmine |
|
3 | module Redmine | |
4 | module VERSION #:nodoc: |
|
4 | module VERSION #:nodoc: | |
5 | MAJOR = 2 |
|
5 | MAJOR = 2 | |
6 |
MINOR = |
|
6 | MINOR = 4 | |
7 |
TINY = |
|
7 | TINY = 0 | |
8 |
|
8 | |||
9 | # Branch values: |
|
9 | # Branch values: | |
10 | # * official release: nil |
|
10 | # * official release: nil | |
11 | # * stable branch: stable |
|
11 | # * stable branch: stable | |
12 | # * trunk: devel |
|
12 | # * trunk: devel | |
13 |
BRANCH = ' |
|
13 | BRANCH = 'stable' | |
14 |
|
14 | |||
15 | # Retrieves the revision from the working copy |
|
15 | # Retrieves the revision from the working copy | |
16 | def self.revision |
|
16 | def self.revision |
General Comments 0
You need to be logged in to leave comments.
Login now