diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-10-04 17:54:22 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-10-04 17:54:22 -0500 |
| commit | afc2e846fd280248610ab56eb5e39966f0305d5d (patch) | |
| tree | 31bd428a41d5e8e2682ec7227adf1a2d04cf5c6b | |
| parent | c601313943985c1e8493808006ca69d6275f0673 (diff) | |
| parent | 0b7cf4a544895a5132e4a09d2a21ed49ef544332 (diff) | |
| download | monzero-gui-afc2e846fd280248610ab56eb5e39966f0305d5d.tar.gz monzero-gui-afc2e846fd280248610ab56eb5e39966f0305d5d.tar.xz monzero-gui-afc2e846fd280248610ab56eb5e39966f0305d5d.zip | |
Merge pull request #3123
0b7cf4a cmake: update version (selsta)
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dfe702e..a88f13c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ project(monero-gui) message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") -set(VERSION_MAJOR "16") +set(VERSION_MAJOR "17") set(VERSION_MINOR "0") -set(VERSION_REVISION "3") +set(VERSION_REVISION "1") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
