capstone icon indicating copy to clipboard operation
capstone copied to clipboard

Regarding the version issue of Capstone.

Open wumingzhilian opened this issue 1 year ago • 3 comments

Hello, in the next branch, the version number is 5.0.0.post, but in the v5 branch and the latest release, the version is 5.0.1. Is this a typo, or is it normal? The related file is pkgconfig.mk.

wumingzhilian avatar Jan 18 '24 16:01 wumingzhilian

It should be 6.0.0 @kabeor

XVilka avatar Jan 18 '24 16:01 XVilka

Capstone updates the major version number right at release. So it should be 5.0.1 or 5.0.1-post in pkgconfig.mk in next (going to do a PR later).

In case you want to get the next version number in C, you can use the CS_NEXT_VERSION macro in capstone.h Though we could add it to pkgconfig.mk too?

Rot127 avatar Jan 18 '24 16:01 Rot127

Actually I plan to release two versions, 5.0.2 and 6.0.0-rc1(pre-release).

kabeor avatar Jan 21 '24 02:01 kabeor