mirror of
https://github.com/cemu-project/idapython.git
synced 2025-01-28 01:15:31 +01:00
build.py: Version bumped to 0.9.61
This commit is contained in:
parent
358d85ac46
commit
e0186f450a
2
build.py
2
build.py
@ -29,7 +29,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 = 60
|
VERSION_PATCH = 61
|
||||||
|
|
||||||
# Determine Python version
|
# Determine Python version
|
||||||
PYTHON_MAJOR_VERSION = int(platform.python_version()[0])
|
PYTHON_MAJOR_VERSION = int(platform.python_version()[0])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user