capstone
capstone copied to clipboard
Regarding the version issue of Capstone.
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.
It should be 6.0.0 @kabeor
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?
Actually I plan to release two versions, 5.0.2 and 6.0.0-rc1(pre-release).