diff options
| author | selsta <selsta@sent.at> | 2023-10-02 21:44:28 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2023-10-02 21:44:28 +0200 |
| commit | ab8ac870232489c46e066a2b20ac90954d7cb820 (patch) | |
| tree | 12912e53cb715047025a44af2ce125f8ff1b87c7 /CMakeLists.txt | |
| parent | 588b8435b7ab32479f644a3d1b9b4af3028f8a05 (diff) | |
| download | monzero-gui-ab8ac870232489c46e066a2b20ac90954d7cb820.tar.gz monzero-gui-ab8ac870232489c46e066a2b20ac90954d7cb820.tar.xz monzero-gui-ab8ac870232489c46e066a2b20ac90954d7cb820.zip | |
build: prepare v0.18.3.1
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 319fe5dc..7e9a100d 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 "3") -set(VERSION_REVISION "0") +set(VERSION_REVISION "1") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
