Merge pull request #4471

1afc8e6 build: prepare v0.18.4.1 (selsta)
This commit is contained in:
tobtoht
2025-07-17 14:42:45 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "18")
set(VERSION_MINOR "4")
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")