diff options
| author | selsta <selsta@sent.at> | 2026-02-23 17:23:04 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-02-23 17:23:04 +0100 |
| commit | 8d68c12120a405f5592c79a0b84b51d01a917b9e (patch) | |
| tree | 68bdb3e31a7e2f6628b44bcf002bcbdf37a94a78 /CMakeLists.txt | |
| parent | e5606fcf732cea0803cfb48d1164d1c2294353b9 (diff) | |
| download | monzero-gui-8d68c12120a405f5592c79a0b84b51d01a917b9e.tar.gz monzero-gui-8d68c12120a405f5592c79a0b84b51d01a917b9e.tar.xz monzero-gui-8d68c12120a405f5592c79a0b84b51d01a917b9e.zip | |
build: prepare v0.18.4.6
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 0676178d..a79d8466 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 "4") -set(VERSION_REVISION "5") +set(VERSION_REVISION "6") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
