Changed version to 1.3.2 and uploaded a precompiled version for Windows and IDA Pro 5.6

This commit is contained in:
elias.bachaalany 2010-03-05 11:45:44 +00:00
parent 8e78513e91
commit ee8fab6c4c

View File

@ -33,7 +33,7 @@ else:
# IDAPython version # IDAPython version
VERSION_MAJOR = 1 VERSION_MAJOR = 1
VERSION_MINOR = 3 VERSION_MINOR = 3
VERSION_PATCH = 0 VERSION_PATCH = 2
# Determine Python version # Determine Python version
PYTHON_MAJOR_VERSION = int(platform.python_version()[0]) PYTHON_MAJOR_VERSION = int(platform.python_version()[0])