Bump version to 3.0.0beta1

This commit is contained in:
Holger Just 2011-12-18 21:51:43 +01:00
parent d5f4bec112
commit 6f17ec6fd0
1 changed files with 3 additions and 3 deletions

View File

@ -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