Skip to content

Commit

Permalink
make official '4.0.4' release
Browse files Browse the repository at this point in the history
  • Loading branch information
romjerome committed May 22, 2014
1 parent 74a30ff commit 2506d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
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 += "-1"
#VERSION += git_revision
VERSION += "-1"

#
# Glade files
Expand Down

0 comments on commit 2506d06

Please sign in to comment.