mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-27 18:21:52 +01:00
Version bumped to 0.9.58
This commit is contained in:
parent
af27d1a6dd
commit
1a7b765989
2
build.py
2
build.py
@ -24,7 +24,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 = 58
|
VERSION_PATCH = 59
|
||||||
|
|
||||||
# Determine Python version
|
# Determine Python version
|
||||||
PYTHON_MAJOR_VERSION = int(platform.python_version()[0])
|
PYTHON_MAJOR_VERSION = int(platform.python_version()[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user