From 0c5bed27de69afa52d8d56fb63680a7ff2f738c9 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Wed, 6 Jan 2016 11:29:25 +0000 Subject: [PATCH] Update version number for 5.5.3 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eab24d261d..36f72f0c6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(KWIN) -set(PROJECT_VERSION "5.5.2") +set(PROJECT_VERSION "5.5.3") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)