Bump bindings version to 2.0.0-rc5

This commit is contained in:
lazymio
2021-11-25 14:29:41 +01:00
parent a3d842c485
commit 9a4d5d0be8
2 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')
VERSION = "2.0.0rc4"
VERSION = "2.0.0rc5"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib"