build.py: Version bumped to 1.2.90

This commit is contained in:
gergely.erdelyi 2009-07-21 18:49:56 +00:00
parent b184767ba0
commit b22d629990

View File

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