Skip to content

Commit

Permalink
make official '4.2.1' release
Browse files Browse the repository at this point in the history
  • Loading branch information
romjerome committed Oct 12, 2015
1 parent 3242645 commit 908aa90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gramps/gen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
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"

#
Expand Down
2 changes: 1 addition & 1 deletion gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

VERSION_TUPLE = (4, 2, 0)
VERSION_TUPLE = (4, 2, 1)
VERSION = '.'.join(map(str,VERSION_TUPLE))
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

0 comments on commit 908aa90

Please sign in to comment.