From 7dabf223009b87f93dba88d8999ec267f4b9ee39 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Mon, 12 Jun 2017 11:13:05 +0100 Subject: [PATCH] bump version number again --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3040b552ff..4c380a34df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(KWIN) -set(PROJECT_VERSION "5.10.1") +set(PROJECT_VERSION "5.10.90") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)