Bump version in bindings
This commit is contained in:
parent
ba50035830
commit
e5126f17f1
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "unicorn-engine"
|
name = "unicorn-engine"
|
||||||
version = "2.0.0-rc7"
|
version = "2.0.0"
|
||||||
authors = ["Ziqiao Kong", "Lukas Seidel"]
|
authors = ["Ziqiao Kong", "Lukas Seidel"]
|
||||||
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
|
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -29,7 +29,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
|
|||||||
UC_DIR = os.path.join(ROOT_DIR, '../..')
|
UC_DIR = os.path.join(ROOT_DIR, '../..')
|
||||||
BUILD_DIR = os.path.join(UC_DIR, 'build_python')
|
BUILD_DIR = os.path.join(UC_DIR, 'build_python')
|
||||||
|
|
||||||
VERSION = "2.0.0rc7"
|
VERSION = "2.0.0"
|
||||||
|
|
||||||
if SYSTEM == 'darwin':
|
if SYSTEM == 'darwin':
|
||||||
LIBRARY_FILE = "libunicorn.2.dylib"
|
LIBRARY_FILE = "libunicorn.2.dylib"
|
||||||
|
@ -73,7 +73,8 @@ typedef size_t uc_hook;
|
|||||||
#define UC_API_MAJOR 2
|
#define UC_API_MAJOR 2
|
||||||
#define UC_API_MINOR 0
|
#define UC_API_MINOR 0
|
||||||
#define UC_API_PATCH 0
|
#define UC_API_PATCH 0
|
||||||
#define UC_API_EXTRA 7
|
// Release candidate version, 255 means the official release.
|
||||||
|
#define UC_API_EXTRA 255
|
||||||
|
|
||||||
// Unicorn package version
|
// Unicorn package version
|
||||||
#define UC_VERSION_MAJOR UC_API_MAJOR
|
#define UC_VERSION_MAJOR UC_API_MAJOR
|
||||||
|
Loading…
Reference in New Issue
Block a user