bump version to 2.0.2

This commit is contained in:
Nguyen Anh Quynh
2023-02-04 13:00:58 +08:00
parent a25adf84f0
commit 6e9c6aea5f
4 changed files with 6 additions and 6 deletions

View File

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