mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-26 01:31:54 +01:00
build.py: Version bumped to 1.1.0
This commit is contained in:
parent
98240e2ee9
commit
c1e87cc17b
4
build.py
4
build.py
@ -28,8 +28,8 @@ IDA_SDK = ".." + os.sep + "swigsdk-versions" + os.sep + "%d.%d" % (IDA_MAJOR_VER
|
||||
|
||||
# IDAPython version
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 0
|
||||
VERSION_PATCH = 51
|
||||
VERSION_MINOR = 1
|
||||
VERSION_PATCH = 0
|
||||
|
||||
# Determine Python version
|
||||
PYTHON_MAJOR_VERSION = int(platform.python_version()[0])
|
||||
|
Loading…
Reference in New Issue
Block a user