Show More
@@ -27,9 +27,9 b'' | |||||
27 | # MA 02110-1301, USA. |
|
27 | # MA 02110-1301, USA. | |
28 |
|
28 | |||
29 |
|
29 | |||
30 |
VERSION = (1, |
|
30 | VERSION = (1, 2, 0, 'beta') | |
31 | __version__ = '.'.join((str(each) for each in VERSION[:4])) |
|
31 | __version__ = '.'.join((str(each) for each in VERSION[:4])) | |
32 |
__dbversion__ = |
|
32 | __dbversion__ = 3 #defines current db version for migrations | |
33 |
|
33 | |||
34 | try: |
|
34 | try: | |
35 | from rhodecode.lib.utils import get_current_revision |
|
35 | from rhodecode.lib.utils import get_current_revision |
General Comments 0
You need to be logged in to leave comments.
Login now