v0.9.0
This commit is contained in:
parent
f28c2b2557
commit
a0099ad6d6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue