diff options
| author | selsta <selsta@sent.at> | 2026-03-02 20:36:47 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-03-02 20:36:47 +0100 |
| commit | e4bd8c470823838c90345b353679e16e97892f9f (patch) | |
| tree | b3b44ed979b82eed5a08b5ae02187ace818b17c5 /CMakeLists.txt | |
| parent | b74815e8b3fd69351fac044b767367da0b5f2914 (diff) | |
| download | monzero-gui-e4bd8c470823838c90345b353679e16e97892f9f.tar.gz monzero-gui-e4bd8c470823838c90345b353679e16e97892f9f.tar.xz monzero-gui-e4bd8c470823838c90345b353679e16e97892f9f.zip | |
build: prepare v0.18.4.7
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 a79d8466..8b47bf71 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 "6") +set(VERSION_REVISION "7") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
