diff options
| author | selsta <selsta@sent.at> | 2022-08-10 19:14:55 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-08-10 19:15:20 +0200 |
| commit | 91959d3e2efee88717fc9f453cf1c81f3b97487e (patch) | |
| tree | 232a8df3c29c16baf3c575d315220d01eb6c7411 /CMakeLists.txt | |
| parent | 064c145aa8dc68d28ac8b4aa04ae8b4dbad2e2ce (diff) | |
| download | monzero-gui-91959d3e2efee88717fc9f453cf1c81f3b97487e.tar.gz monzero-gui-91959d3e2efee88717fc9f453cf1c81f3b97487e.tar.xz monzero-gui-91959d3e2efee88717fc9f453cf1c81f3b97487e.zip | |
build: prepare v0.18.1.0
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 376f6f9b..41246545 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(monero-gui) message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "18") -set(VERSION_MINOR "0") +set(VERSION_MINOR "1") set(VERSION_REVISION "0") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") |
