From b23a19e93b584f09300443e9410d438313732568 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 14 Oct 2014 12:34:56 +0200 Subject: [PATCH] Update version number for 5.2 development 5.1.90 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4821b70fa6..c4745df217 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(KWIN) -set(PROJECT_VERSION "5.1.0") +set(PROJECT_VERSION "5.1.90") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)