diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 288d1e60..3f5c9693 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -68,7 +68,7 @@ typedef size_t uc_hook; // Unicorn package version #define UC_VERSION_MAJOR UC_API_MAJOR #define UC_VERSION_MINOR UC_API_MINOR -#define UC_VERSION_EXTRA 1 +#define UC_VERSION_EXTRA 2 /* diff --git a/pkgconfig.mk b/pkgconfig.mk index 31ba340a..9d5c22ea 100644 --- a/pkgconfig.mk +++ b/pkgconfig.mk @@ -7,7 +7,7 @@ PKG_MAJOR = 1 PKG_MINOR = 0 # version bugfix level. Example: PKG_EXTRA = 1 -PKG_EXTRA = 1 +PKG_EXTRA = 2 # version tag. Examples: rc1, b2, post1 PKG_TAG =