Skip to content

Commit

Permalink
update version to 1.3.0 for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Dec 14, 2020
1 parent 7b64e47 commit 5aa0802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
2 changes: 1 addition & 1 deletion src/edb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 5aa0802

Please sign in to comment.