comparison lib/redmine/.svn/text-base/version.rb.svn-base @ 246:eeebe205a056 cannam

* Merge from default branch, bringing us up to SVN trunk rev 4993
author Chris Cannam
date Thu, 03 Mar 2011 12:02:03 +0000
parents cd2282d2aa55 0579821a129a
children 753f1380d6bc
comparison
equal deleted inserted replaced
138:fca2657f4aa5 246:eeebe205a056
2 2
3 module Redmine 3 module Redmine
4 module VERSION #:nodoc: 4 module VERSION #:nodoc:
5 MAJOR = 1 5 MAJOR = 1
6 MINOR = 1 6 MINOR = 1
7 TINY = 0 7 TINY = 1
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