From be3c3de44a95750b224fd504a011309b87b1ac52 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 19 Jul 2016 11:43:46 +0100 Subject: [PATCH] Update version number for 5.7.2 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39824a69a3..8f0e399596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(KWIN) -set(PROJECT_VERSION "5.7.1") +set(PROJECT_VERSION "5.7.2") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)