Bump version to 2.0.1

This commit is contained in:
mio
2022-11-01 10:06:22 +01:00
parent d9c241d5f4
commit bdd9f4fa9a
3 changed files with 3 additions and 3 deletions

View File

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