Show More
@@ -31,7 +31,8 b" VERSION = (1, 3, 4, '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 | VERSION += ('dev%s' % _rev[0],) |
|
34 | if _rev: | |
|
35 | VERSION += ('dev%s' % _rev[0],) | |||
35 | except ImportError: |
|
36 | except ImportError: | |
36 | pass |
|
37 | pass | |
37 |
|
38 |
General Comments 0
You need to be logged in to leave comments.
Login now