Changeset - a79bb3277b32
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-07 19:05:35
marcin@python-works.com
bump version of development
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -26,13 +26,13 @@
 
import sys
 
import platform
 

	
 
VERSION = (1, 6, 0, 'rc1')
 
VERSION = (1, 7, 0, 'dev')
 

	
 
try:
 
    from rhodecode.lib import get_current_revision
 
    _rev = get_current_revision()
 
    if _rev and len(VERSION) > 3:
 
        VERSION += ('dev%s' % _rev[0],)
 
        VERSION += ('%s' % _rev[0],)
 
except ImportError:
 
    pass
 

	
0 comments (0 inline, 0 general)