Bump bindings version

This commit is contained in:
lazymio
2021-11-09 00:23:19 +01:00
parent 640251e1aa
commit 0714fb5760
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
UC_DIR = os.path.join(ROOT_DIR, '../..')
BUILD_DIR = os.path.join(UC_DIR, 'build')
VERSION = "2.0.0rc3"
VERSION = "2.0.0rc4"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib"

View File

@ -1,6 +1,6 @@
[package]
name = "unicorn-engine"
version = "2.0.0-rc3"
version = "2.0.0-rc4"
authors = ["Ziqiao Kong", "Lukas Seidel"]
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
edition = "2018"