diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-01-01 12:53:55 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-01-01 12:53:55 -0500 |
| commit | 09bf4a1e712a3589631e98e7591c6031de9f81a5 (patch) | |
| tree | db230a20956f04ed6326f81e582bff21f2fb90dd | |
| parent | f44fcb4459f6c1e2a03027b5de1df561366f47a4 (diff) | |
| parent | db4123ccb592faeda35917c2b5199f461c8256fb (diff) | |
| download | monzero-gui-09bf4a1e712a3589631e98e7591c6031de9f81a5.tar.gz monzero-gui-09bf4a1e712a3589631e98e7591c6031de9f81a5.tar.xz monzero-gui-09bf4a1e712a3589631e98e7591c6031de9f81a5.zip | |
Merge pull request #3803
db4123c build: prepare v0.17.3.1 (selsta)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f8b2da9..320f814b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "17") set(VERSION_MINOR "3") -set(VERSION_REVISION "0") +set(VERSION_REVISION "1") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
