comparison lib/redmine/.svn/text-base/version.rb.svn-base @ 119:8661b858af72

* Update to Redmine trunk rev 4705
author Chris Cannam
date Thu, 13 Jan 2011 14:12:06 +0000
parents 94944d00e43c
children cd2282d2aa55 0579821a129a
comparison
equal deleted inserted replaced
39:150ceac17a8d 119:8661b858af72
1 require 'rexml/document' 1 require 'rexml/document'
2 2
3 module Redmine 3 module Redmine
4 module VERSION #:nodoc: 4 module VERSION #:nodoc:
5 MAJOR = 1 5 MAJOR = 1
6 MINOR = 0 6 MINOR = 1
7 TINY = 3 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