bump version to 1.0.3

This commit is contained in:
Nguyen Anh Quynh 2020-05-27 14:50:07 +08:00
parent 17e7c80eba
commit d5d513d9f1
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
/*

View File

@ -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 =