##// END OF EJS Templates
merge
marcink -
r2172:af8f25f7 merge default
parent child Browse files
Show More
@@ -31,7 +31,7 b' VERSION = (1, 3, 4)'
31 try:
31 try:
32 from rhodecode.lib import get_current_revision
32 from rhodecode.lib import get_current_revision
33 _rev = get_current_revision()
33 _rev = get_current_revision()
34 if _rev:
34 if _rev and len(VERSION) > 3:
35 VERSION += ('dev%s' % _rev[0],)
35 VERSION += ('dev%s' % _rev[0],)
36 except ImportError:
36 except ImportError:
37 pass
37 pass
General Comments 0
You need to be logged in to leave comments. Login now