From a0923de84d6cbcc733adbdecaba3fe1540690fd9 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 6 Feb 2025 10:41:35 +0000 Subject: [PATCH] update version for new release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f0cb9..0ff0052 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "6.2.91") +set(PROJECT_VERSION "6.3.0") set(PROJECT_VERSION_MAJOR 6) set(CMAKE_C_STANDARD 99)