build.py: Version bumped to 0.9.54

This commit is contained in:
gergely.erdelyi 2007-10-20 08:44:35 +00:00
parent 9b85915a48
commit 7a8f231cb6

View File

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