From 308d57f9fff9d3e758459c49357ab97975229c84 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 23 Aug 2016 12:35:42 +0100 Subject: [PATCH] Update version number for 5.7.4 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cea3988b7..8be15d57ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(KWIN) -set(PROJECT_VERSION "5.7.3") +set(PROJECT_VERSION "5.7.4") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)