Git commit 1e29cf0e49dcc6da3a53fe8a3cea2fdad4b17dca by Cyrille Berger. Committed on 26/04/2015 at 17:00. Pushed by berger into branch 'calligra/2.9'. update version M +2 -2 CMakeLists.txt http://commits.kde.org/calligra/1e29cf0e49dcc6da3a53fe8a3cea2fdad4b17dca diff --git a/CMakeLists.txt b/CMakeLists.txt index f98d18d..4dd3b6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,10 +27,10 @@ endif() = # define common versions of Calligra applications, used to generate callig= raversion.h # update these version for every release: -set(CALLIGRA_VERSION_STRING "2.9.2") +set(CALLIGRA_VERSION_STRING "2.9.3") set(CALLIGRA_VERSION_MAJOR 2) set(CALLIGRA_STABLE_VERSION_MINOR 9) -set(CALLIGRA_VERSION_RELEASE 2) # 89 for Alpha, increase for next test re= leases, set 0 for first Stable, etc. +set(CALLIGRA_VERSION_RELEASE 3) # 89 for Alpha, increase for next test re= leases, 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