make official '4.1.0' release
This commit is contained in:
parent
a1085dac15
commit
5f722e4c6c
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
2014-06-
|
||||
2014-06-15
|
||||
Version 4.1.0, the "Name go in book", new major release.
|
||||
* GEP 006: Better Place handling
|
||||
* GEP 032: DB backend API
|
||||
|
@ -134,7 +134,8 @@ sys.path.insert(0, ROOT_DIR)
|
||||
git_revision = get_git_revision(ROOT_DIR)
|
||||
if sys.platform == 'win32' and git_revision == "":
|
||||
git_revision = get_git_revision(os.path.split(ROOT_DIR)[1])
|
||||
VERSION += git_revision
|
||||
#VERSION += git_revision
|
||||
VERSION = "-1"
|
||||
|
||||
#
|
||||
# Glade files
|
||||
|
Loading…
Reference in New Issue
Block a user