diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-08-30 16:14:30 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-30 16:14:30 -0400 |
| commit | 113efbfdf093401d3044ce370b7039ea8cc596bf (patch) | |
| tree | d3f8fc617410a22e80f2a6efd160b88f2a944bd0 /CMakeLists.txt | |
| parent | b461373b8a44954c4b7894dbae6351513729d999 (diff) | |
| parent | 0e1c6ae60f11d790e17b24b7ac232d983cd38c7d (diff) | |
| download | monzero-gui-113efbfdf093401d3044ce370b7039ea8cc596bf.tar.gz monzero-gui-113efbfdf093401d3044ce370b7039ea8cc596bf.tar.xz monzero-gui-113efbfdf093401d3044ce370b7039ea8cc596bf.zip | |
Merge pull request #3678
0e1c6ae build: prepare v0.17.2.3 (selsta)
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 deebb609..16a9551d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "17") set(VERSION_MINOR "2") -set(VERSION_REVISION "2") +set(VERSION_REVISION "3") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") |
