##// END OF EJS Templates
typo fix
marcink -
r2273:7b4bd52e default
parent child Browse files
Show More
@@ -30,7 +30,7 b' VERSION = (1, 3, 6)'
30
30
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(quite=True)
33 _rev = get_current_revision(quiet=True)
34 if _rev and len(VERSION) > 3:
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:
General Comments 0
You need to be logged in to leave comments. Login now