diff --git a/include/capstone/capstone.h b/include/capstone/capstone.h index 49c73509..3276183c 100644 --- a/include/capstone/capstone.h +++ b/include/capstone/capstone.h @@ -46,8 +46,8 @@ extern "C" { // Version for bleeding edge code of the Github's "next" branch. // Use this if you want the absolutely latest developement code. -// This version number will be bumped up whenever we have new major change. -#define CS_NEXT_VERSION 1 +// This version number will be bumped up whenever we have a new major change. +#define CS_NEXT_VERSION 2 // Macro to create combined version which can be compared to // result of cs_version() API.