Bump version and generate bindings

This commit is contained in:
mio
2024-09-21 23:00:19 +08:00
parent 6c4a3fd84b
commit 67f08b1c27
21 changed files with 220 additions and 56 deletions

View File

@@ -71,10 +71,10 @@ typedef size_t uc_hook;
// Unicorn API version
#define UC_API_MAJOR 2
#define UC_API_MINOR 0
#define UC_API_PATCH 2
#define UC_API_MINOR 1
#define UC_API_PATCH 0
// Release candidate version, 255 means the official release.
#define UC_API_EXTRA 1
#define UC_API_EXTRA 255
// Unicorn package version
#define UC_VERSION_MAJOR UC_API_MAJOR