bump CS_NEXT_VERSION up due to the newly added API cs_regs_access()

test2
Nguyen Anh Quynh 10 years ago
parent 19ba71a6ae
commit 53ccc2cf38
  1. 4
      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.

Loading…
Cancel
Save