bump extra version to 2

pull/2/head
Nguyen Anh Quynh 2017-04-21 15:30:40 +08:00
parent a2db40e8cb
commit dd07ae607c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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