This commit is contained in:
Maxime Beauchemin 2016-05-12 08:24:01 -07:00
parent f28c2b2557
commit a0099ad6d6

View File

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