make official '4.1.0' release

This commit is contained in:
Jérôme Rapinat 2014-06-15 13:37:09 +02:00
parent a1085dac15
commit 5f722e4c6c
2 changed files with 3 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
2014-06- 2014-06-15
Version 4.1.0, the "Name go in book", new major release. Version 4.1.0, the "Name go in book", new major release.
* GEP 006: Better Place handling * GEP 006: Better Place handling
* GEP 032: DB backend API * GEP 032: DB backend API

View File

@ -134,7 +134,8 @@ sys.path.insert(0, ROOT_DIR)
git_revision = get_git_revision(ROOT_DIR) git_revision = get_git_revision(ROOT_DIR)
if sys.platform == 'win32' and git_revision == "": if sys.platform == 'win32' and git_revision == "":
git_revision = get_git_revision(os.path.split(ROOT_DIR)[1]) git_revision = get_git_revision(os.path.split(ROOT_DIR)[1])
VERSION += git_revision #VERSION += git_revision
VERSION = "-1"
# #
# Glade files # Glade files