Update DEV_VERSION to include git revision in version
This commit is contained in:
parent
6f98fa07fc
commit
6c54e8a734
@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
DEV_VERSION = False
|
||||
DEV_VERSION = True
|
||||
VERSION_TUPLE = (5, 2, 0)
|
||||
VERSION_QUALIFIER = "-beta2"
|
||||
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
|
||||
|
Loading…
Reference in New Issue
Block a user