From 050def134967780cb7fac7dfae6ca4f20bdb00af Mon Sep 17 00:00:00 2001 From: kabeor Date: Tue, 20 Aug 2024 17:37:58 +0800 Subject: [PATCH] Update version to v5.0.3 --- CMakeLists.txt | 2 +- CREDITS.TXT | 2 +- ChangeLog | 8 ++++++++ include/capstone/capstone.h | 2 +- pkgconfig.mk | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87ad977414..a0a70bb3ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_policy(SET CMP0042 NEW) cmake_policy(SET CMP0091 NEW) project(capstone - VERSION 5.0.2 + VERSION 5.0.3 ) if (MSVC) diff --git a/CREDITS.TXT b/CREDITS.TXT index 0f7265a6f3..7250b483eb 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -3,7 +3,7 @@ This file credits all the contributors of the Capstone engine project. Key developers ============== Nguyen Anh Quynh -Chenxu Wu (kabeor) kabeor@qiling.io +Chenxu Wu (kabeor) Past key developers diff --git a/ChangeLog b/ChangeLog index 6fc4c4f4b7..45404935f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ This file details the changelog of Capstone. +-------------------------------- +Version 5.0.2: August 20th, 2024 + +## What's Changed +* [v5] Updates and fixes to the Python wheel builder workflow by @Rot127 in https://github.com/capstone-engine/capstone/pull/2440 +* Relocatable package v5 by @mrexodia in https://github.com/capstone-engine/capstone/pull/2447 +* [v5] Wheel build fixes: manylinux1, trigger upload on release, Linux AArch64 by @Rot127 in https://github.com/capstone-engine/capstone/pull/2443 + -------------------------------- Version 5.0.2: August 12th, 2024 diff --git a/include/capstone/capstone.h b/include/capstone/capstone.h index 2e8ad85b04..b3578d8ff5 100644 --- a/include/capstone/capstone.h +++ b/include/capstone/capstone.h @@ -58,7 +58,7 @@ extern "C" { // Capstone package version #define CS_VERSION_MAJOR CS_API_MAJOR #define CS_VERSION_MINOR CS_API_MINOR -#define CS_VERSION_EXTRA 2 +#define CS_VERSION_EXTRA 3 /// Macro for meta programming. /// Meant for projects using Capstone and need to support multiple diff --git a/pkgconfig.mk b/pkgconfig.mk index b6edae3f54..6a7f4cde2d 100644 --- a/pkgconfig.mk +++ b/pkgconfig.mk @@ -6,7 +6,7 @@ PKG_MAJOR = 5 PKG_MINOR = 0 # version bugfix level. Example: PKG_EXTRA = 1 -PKG_EXTRA = 2 +PKG_EXTRA = 3 # version tag. Examples: rc1, b2, post1 - or just comment out for no tag PKG_TAG =