diff --git a/CMakeLists.txt b/CMakeLists.txt index d2acc04b0..3e1944b0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ link_directories(${CAPSTONE_LIBRARY_DIRS}) # eventually use this to generate version.h? set(TARGET_VERSION_MAJOR 1) -set(TARGET_VERSION_MINOR 1) +set(TARGET_VERSION_MINOR 3) set(TARGET_VERSION_PATCH 0) set_property(GLOBAL PROPERTY VERSION ${TARGET_VERSION_MAJOR}.${TARGET_VERSION_MINOR}.${TARGET_VERSION_PATCH}) diff --git a/src/edb.cpp b/src/edb.cpp index e1fd0e8e3..492e1313d 100644 --- a/src/edb.cpp +++ b/src/edb.cpp @@ -96,7 +96,7 @@ bool function_symbol_base(edb::address_t address, QString *value, int *offset) { } } -const char version[] = "1.2.0"; +const char version[] = "1.3.0"; namespace internal {