Mercurial > hg > soundsoftware-site
comparison lib/redmine/version.rb @ 931:ec1c49528f36 cannam_integration
Merge from branch "redmine-1.3"
author | Chris Cannam |
---|---|
date | Wed, 27 Jun 2012 15:04:58 +0100 |
parents | 5e80956cc792 5f33065ddc4b |
children | bb32da3bea34 |
comparison
equal
deleted
inserted
replaced
930:027cc0f5d4a2 | 931:ec1c49528f36 |
---|---|
2 | 2 |
3 module Redmine | 3 module Redmine |
4 module VERSION #:nodoc: | 4 module VERSION #:nodoc: |
5 MAJOR = 1 | 5 MAJOR = 1 |
6 MINOR = 3 | 6 MINOR = 3 |
7 TINY = 1 | 7 TINY = 3 |
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 |