build.py: Version bumped to 1.1.0

This commit is contained in:
gergely.erdelyi 2009-01-25 16:36:07 +00:00
parent 98240e2ee9
commit c1e87cc17b

View File

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