Bump unicorn version

This commit is contained in:
2022-04-17 16:47:37 +02:00
parent 290f8d48bd
commit 8fd9ee3dd0
3 changed files with 3 additions and 3 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_python')
VERSION = "2.0.0rc6"
VERSION = "2.0.0rc7"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib"