diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e7b05b3..9f548fa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ project(unicorn C) set(UNICORN_VERSION_MAJOR 1) set(UNICORN_VERSION_MINOR 0) -set(UNICORN_VERSION_PATCH 2) +set(UNICORN_VERSION_PATCH 3) if(NOT UNICORN_ARCH) # build all architectures diff --git a/include/unicorn/unicorn.h b/include/unicorn/unicorn.h index 1fd5c3b5..328fec9c 100644 --- a/include/unicorn/unicorn.h +++ b/include/unicorn/unicorn.h @@ -72,7 +72,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 2 +#define UC_VERSION_EXTRA 3 /* diff --git a/pkgconfig.mk b/pkgconfig.mk index 8d9e14bd..30cda96f 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 = 2 +PKG_EXTRA = 3 # version tag. Examples: rc1, b2, post1 -PKG_TAG = rc4 +PKG_TAG =