Fix uc_version and bump again

This commit is contained in:
lazymio
2021-11-25 18:19:46 +01:00
parent 3288a58fa6
commit 10d88e89a5
4 changed files with 4 additions and 5 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.0rc5"
VERSION = "2.0.0rc5.post1"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib"