build.py: Version bumped to 0.9.61

This commit is contained in:
gergely.erdelyi 2008-08-31 19:17:35 +00:00
parent 358d85ac46
commit e0186f450a

View File

@ -29,7 +29,7 @@ IDA_SDK = ".." + os.sep + "swigsdk-versions" + os.sep + "%d.%d" % (IDA_MAJOR_VER
# IDAPython version
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 60
VERSION_PATCH = 61
# Determine Python version
PYTHON_MAJOR_VERSION = int(platform.python_version()[0])