Update base version

This commit is contained in:
Foo 2016-04-19 02:02:45 +03:00
parent 3146f726c1
commit 22b24cd931
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ else:
def get_version():
base_version = '2.3'
base_version = '2.4'
base_version += '.dev9999'
try:
return base_version + '+git.' + str(subprocess.check_output(['git', 'rev-parse', 'HEAD']).strip())