build.py: Version bumped to 0.9.57

This commit is contained in:
gergely.erdelyi 2008-05-04 05:26:29 +00:00
parent b500b41661
commit 471191088b

View File

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