7 lines
177 B
Python
7 lines
177 B
Python
# The following lines are replaced during the release process.
|
|
# START_VERSION_BLOCK
|
|
VERSION_MAJOR = 0
|
|
VERSION_MINOR = 0
|
|
VERSION_BUILD = 1
|
|
VERSION_ALPHA = 1
|
|
# END_VERSION_BLOCK
|