Bump version to 3.0.0beta1
This commit is contained in:
parent
d5f4bec112
commit
6f17ec6fd0
|
@ -17,8 +17,8 @@ require 'rexml/document'
|
|||
module ChiliProject
|
||||
module VERSION #:nodoc:
|
||||
|
||||
MAJOR = 2
|
||||
MINOR = 5
|
||||
MAJOR = 3
|
||||
MINOR = 0
|
||||
PATCH = 0
|
||||
TINY = PATCH # Redmine compat
|
||||
|
||||
|
@ -34,7 +34,7 @@ module ChiliProject
|
|||
#
|
||||
# 2.0.0debian-2
|
||||
def self.special
|
||||
''
|
||||
'beta1'
|
||||
end
|
||||
|
||||
def self.revision
|
||||
|
|
Loading…
Reference in New Issue