Set version to 3.0.0

Desktop / KDE / Calligra - Boudewijn Rempt [valdyas.org] - 5 December 2016 03:18 UTC



###

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d0039e..1beaa1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,11 +40,11 @@ endif()

# define common versions of Calligra applications, used to generate calligraversion.h
# update these version for every release:
-set(CALLIGRA_VERSION_STRING "3.0 Alpha")
+set(CALLIGRA_VERSION_STRING "3.0")
set(CALLIGRA_STABLE_VERSION_MAJOR 3) # 3 for 3.x, 4 for 4.x, etc.
set(CALLIGRA_STABLE_VERSION_MINOR 0) # 0 for 3.0, 1 for 3.1, etc.
-set(CALLIGRA_VERSION_RELEASE 89) # 89 for Alpha, increase for next test releases, set 0 for first Stable, etc.
-set(CALLIGRA_ALPHA 1) # uncomment only for Alpha
+set(CALLIGRA_VERSION_RELEASE 0) # 89 for Alpha, increase for next test releases, set 0 for first Stable, etc.
+#set(CALLIGRA_ALPHA 1) # uncomment only for Alpha
#set(CALLIGRA_BETA 1) # uncomment only for Beta
#set(CALLIGRA_RC 1) # uncomment only for RC
set(CALLIGRA_YEAR 2016) # update every year

11ebd0f Set version to 3.0.0
CMakeLists.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Upstream: quickgit.kde.org


  • Share