Skip to content

Commit

Permalink
Update version to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeor committed Aug 20, 2024
1 parent 7848523 commit 050def1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file credits all the contributors of the Capstone engine project.
Key developers
==============
Nguyen Anh Quynh <aquynh -at- gmail.com>
Chenxu Wu (kabeor) [email protected]
Chenxu Wu (kabeor) <kabeor00 -at- gmail.com>


Past key developers
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/capstone/capstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

0 comments on commit 050def1

Please sign in to comment.