diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-08 20:19:25 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-08 20:19:25 -0500 |
| commit | 816eeb46479e937db1073c24f9137fd8b040cd90 (patch) | |
| tree | df18a884a156c1083e386b71528b81337f18d1fd /CMakeLists.txt | |
| parent | d5b4f43f48b1e73dfc117b4b0fe3c62ded51dd48 (diff) | |
| parent | ddec66b2ad86d4694656461b5c4c3c620047706e (diff) | |
| download | monzero-gui-816eeb46479e937db1073c24f9137fd8b040cd90.tar.gz monzero-gui-816eeb46479e937db1073c24f9137fd8b040cd90.tar.xz monzero-gui-816eeb46479e937db1073c24f9137fd8b040cd90.zip | |
Merge pull request #3382
ddec66b build: prepare v0.17.2.0 (selsta)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c354837..b377f4b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ project(monero-gui) message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "17") -set(VERSION_MINOR "1") -set(VERSION_REVISION "9") +set(VERSION_MINOR "2") +set(VERSION_REVISION "0") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
