From d44f84a8da4ff0225cab58d78b229c526127df74 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Wed, 12 Feb 2025 15:47:58 +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 0ff0052..0a53c5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "6.3.0") +set(PROJECT_VERSION "6.3.1") set(PROJECT_VERSION_MAJOR 6) set(CMAKE_C_STANDARD 99)