From dd07ae607ced51fe9b13482d528839ee15215053 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 21 Apr 2017 15:30:40 +0800 Subject: [PATCH] bump extra version to 2 --- include/unicorn/unicorn.h | 2 +- pkgconfig.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 =