##// END OF EJS Templates
add dev version only for beta
marcink -
r2171:28d9893d beta
parent child Browse files
Show More
@@ -31,7 +31,7 b" VERSION = (1, 3, 5, 'b')"
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