This commit is contained in:
Maxime Beauchemin 2016-06-28 16:42:33 -07:00
parent a016d181d7
commit 57bffe099f
1 changed files with 2 additions and 2 deletions

View File

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