diff options
| author | selsta <selsta@sent.at> | 2023-02-18 21:49:51 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2023-02-18 21:49:51 +0100 |
| commit | a50491d0b2c6c96663275dc44f59920daafb8087 (patch) | |
| tree | 0ab42c61fcd1c5194c0c9dbd202338500eead92c /CMakeLists.txt | |
| parent | b7ba9437d8cca6df4ecff7f5ae38a53cac5e26b2 (diff) | |
| download | monzero-gui-a50491d0b2c6c96663275dc44f59920daafb8087.tar.gz monzero-gui-a50491d0b2c6c96663275dc44f59920daafb8087.tar.xz monzero-gui-a50491d0b2c6c96663275dc44f59920daafb8087.zip | |
build: prepare v0.18.2.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 ea643c09..654604fe 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 "1") -set(VERSION_REVISION "2") +set(VERSION_MINOR "2") +set(VERSION_REVISION "0") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
