From 92374a849c767c8198694d89d842c1468c5de56c Mon Sep 17 00:00:00 2001 From: Cyrille Berger Date: Sun, 11 Jan 2015 20:02:43 +0100 Subject: [PATCH] update to 2.9 Beta 2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3796d46e0a..facb5f985a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,10 +20,10 @@ endif() # define common versions of Calligra applications, used to generate calligraversion.h # update these version for every release: -set(CALLIGRA_VERSION_STRING "2.9 Beta 1") +set(CALLIGRA_VERSION_STRING "2.9 Beta 2") set(CALLIGRA_VERSION_MAJOR 2) set(CALLIGRA_STABLE_VERSION_MINOR 9) -set(CALLIGRA_VERSION_RELEASE 90) # 89 for Alpha, increase for next test releases, set 0 for first Stable, etc. +set(CALLIGRA_VERSION_RELEASE 91) # 89 for Alpha, increase for next test releases, set 0 for first Stable, etc. #set(CALLIGRA_ALPHA 1) # uncomment only for Pre-Alpha and Alpha set(CALLIGRA_BETA 1) # uncomment only for Beta #set(CALLIGRA_RC 1) # uncomment only for RC -- GitLab