From 466909ecea07b881060d0bf2c82ab86fb6578834 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 30 Aug 2021 01:58:37 +0200 Subject: [PATCH] Move to semantic versioning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 602e8894..45010e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "1") set(VERSION_MINOR "0") set(VERSION_REVISION "0") -set(VERSION "beta-9") +set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt") -- 2.52.0