diff options
| author | selsta <selsta@sent.at> | 2026-05-04 23:27:58 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-05-04 23:27:58 +0200 |
| commit | 36fa29e98e1edde005cbf3cb201bc502a87a4c08 (patch) | |
| tree | fe749519b6fd617e80212c69c1b6e1248f56ae57 /CMakeLists.txt | |
| parent | bb4bc4a77ecf4263311cf7b139cd15be28050d3e (diff) | |
| download | monzero-gui-36fa29e98e1edde005cbf3cb201bc502a87a4c08.tar.gz monzero-gui-36fa29e98e1edde005cbf3cb201bc502a87a4c08.tar.xz monzero-gui-36fa29e98e1edde005cbf3cb201bc502a87a4c08.zip | |
build: prepare v0.18.5.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b47bf71..c7d56c82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,8 @@ project(monero-gui) message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "18") -set(VERSION_MINOR "4") -set(VERSION_REVISION "7") +set(VERSION_MINOR "5") +set(VERSION_REVISION "0") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
