diff options
| author | selsta <selsta@sent.at> | 2026-01-05 01:23:12 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-01-05 01:23:12 +0100 |
| commit | 7db5136143c9a243d419c44786db1cfc686a0fa0 (patch) | |
| tree | a3caadd59670ee0e446e1bcd47d7288277a8113f /CMakeLists.txt | |
| parent | 8b78bb08ed903623f450404d235b80a8962bfe29 (diff) | |
| download | monzero-gui-7db5136143c9a243d419c44786db1cfc686a0fa0.tar.gz monzero-gui-7db5136143c9a243d419c44786db1cfc686a0fa0.tar.xz monzero-gui-7db5136143c9a243d419c44786db1cfc686a0fa0.zip | |
build: prepare v0.18.4.5
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 7b94e94e..cf0a7e5c 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 "4") +set(VERSION_REVISION "5") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
