From 5aa080241b71e5ac0f72f61e4da515c628742765 Mon Sep 17 00:00:00 2001 From: Evan Teran Date: Sun, 13 Dec 2020 20:01:38 -0500 Subject: [PATCH] update version to 1.3.0 for release! --- CMakeLists.txt | 2 +- src/edb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {