diff --git a/CMakeLists.txt b/CMakeLists.txt index 3796d46e0ae66a84f8aefd35312ce98ce9faf1fa..facb5f985a5609296bb9cdb275f73de59131f608 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