This commit is contained in:
Maxime Beauchemin 2016-06-15 09:46:29 -07:00
parent d90a2c861a
commit 91e272546a

View File

@ -1,6 +1,6 @@
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_BUILD = 0
VERSION_BUILD = 1
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO