Changeset - af8f25f76784
[Not reviewed]
Merge default
0 1 0
Marcin Kuzminski - 14 years ago 2012-03-28 22:59:41
marcin@python-works.com
merge
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/__init__.py
Show inline comments
 
@@ -31,7 +31,7 @@ VERSION = (1, 3, 4)
 
try:
 
    from rhodecode.lib import get_current_revision
 
    _rev = get_current_revision()
 
    if _rev:
 
    if _rev and len(VERSION) > 3:
 
        VERSION += ('dev%s' % _rev[0],)
 
except ImportError:
 
    pass
0 comments (0 inline, 0 general)