From 65d6d0ec9eb84b673df4a8824382ac64a2adbc88 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 3 Oct 2024 12:41:12 +0100 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 4e26aae828..87b93368ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "6.1.90") # Handled by release scripts +set(PROJECT_VERSION "6.2.0") # Handled by release scripts project(KWin VERSION ${PROJECT_VERSION}) set(CMAKE_C_STANDARD 99)