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

@ -71,7 +71,7 @@ typedef size_t uc_hook;
#define UC_API_MAJOR 2
#define UC_API_MINOR 0
#define UC_API_PATCH 0
#define UC_API_EXTRA 4
#define UC_API_EXTRA 5
// Unicorn package version
#define UC_VERSION_MAJOR UC_API_MAJOR