Changes

Jump to: navigation, search

What to do for a release

8 bytes added, 07:31, 4 December 2016
m
Working on VERSION
==Working on VERSION==
Check <ttcode>[https://github.com/gramps-project/gramps/blob/master/gramps/version.py gramps/version.py]</ttcode> to indicate an official release:
gedit gramps/version.py
VERSION_TUPLE = (4, 2, 0)
Modify <ttcode>[https://github.com/gramps-project/gramps/blob/master/gramps/gen/const.py#L132 gramps/gen/const.py]</ttcode> to indicate an official release:
- VERSION += git_revision
+ #VERSION += git_revision

Navigation menu