From b89558d75ac008c2824ab95ef528e65fdfe5f668 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Tue, 28 Oct 2014 10:52:38 -0400 Subject: [PATCH] bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 945ecce4..f167d5ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(Konsole) set(Konsole_VERSION_MAJOR 2) set(Konsole_VERSION_MINOR 99) -set(Konsole_VERSION_PATCH 900) +set(Konsole_VERSION_PATCH 901) set(Konsole_VERSION "${Konsole_VERSION_MAJOR}.${Konsole_VERSION_MINOR}.${Konsole_VERSION_PATCH}") # minimal requirements