diff options
| author | selsta <selsta@sent.at> | 2022-09-28 01:15:03 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-09-28 01:15:03 +0200 |
| commit | df9b35e947552b385f7c21b4c61d41a955a2228a (patch) | |
| tree | 47a4059bdd4b40a18f34412db705c5b08bf83940 /CMakeLists.txt | |
| parent | 57fefba3864502a48095df4b34fc38df06fcca4d (diff) | |
| download | monzero-gui-df9b35e947552b385f7c21b4c61d41a955a2228a.tar.gz monzero-gui-df9b35e947552b385f7c21b4c61d41a955a2228a.tar.xz monzero-gui-df9b35e947552b385f7c21b4c61d41a955a2228a.zip | |
build: prepare v0.18.1.2
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32593ac4..ea643c09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "18") set(VERSION_MINOR "1") -set(VERSION_REVISION "1") +set(VERSION_REVISION "2") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
