changeset 858:508b3976345e beta

bumped development version
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Dec 2010 15:03:18 +0100
parents 86cbf8e6d76a
children e81636a261cf
files rhodecode/__init__.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/__init__.py	Fri Dec 17 23:38:23 2010 +0100
+++ b/rhodecode/__init__.py	Sat Dec 18 15:03:18 2010 +0100
@@ -27,9 +27,9 @@
 # MA  02110-1301, USA.
 
 
-VERSION = (1, 1, 0, 'beta')
+VERSION = (1, 2, 0, 'beta')
 __version__ = '.'.join((str(each) for each in VERSION[:4]))
-__dbversion__ = 2 #defines current db version for migrations
+__dbversion__ = 3 #defines current db version for migrations
 
 try:
     from rhodecode.lib.utils import get_current_revision