From 2014a669acef8bee52b4f6bbaca514f6e725bbc5 Mon Sep 17 00:00:00 2001 From: Boudewijn Rempt Date: Wed, 15 May 2019 10:14:42 +0200 Subject: [PATCH] Set version to beta --- CMakeLists.txt | 6 +++--- krita/org.kde.krita.appdata.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bc128b212..005dfeb136 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ endif() # define common versions of Krita applications, used to generate kritaversion.h # update these version for every release: -set(KRITA_VERSION_STRING "4.2.0-alpha") +set(KRITA_VERSION_STRING "4.2.0-beta") # Major version: 3 for 3.x, 4 for 4.x, etc. set(KRITA_STABLE_VERSION_MAJOR 4) # Minor version: 0 for 4.0, 1 for 4.1, etc. @@ -84,8 +84,8 @@ set(KRITA_VERSION_RELEASE 0) # - Beta: Starts from 50, increment 1 per release # - Stable: Set to 100, bump to 101 if emergency update is needed set(KRITA_VERSION_REVISION 0) -set(KRITA_ALPHA 1) # uncomment only for Alpha -#set(KRITA_BETA 1) # uncomment only for Beta +#set(KRITA_ALPHA 1) # uncomment only for Alpha +set(KRITA_BETA 1) # uncomment only for Beta #set(KRITA_RC 1) # uncomment only for RC set(KRITA_YEAR 2018) # update every year diff --git a/krita/org.kde.krita.appdata.xml b/krita/org.kde.krita.appdata.xml index 4843e284be..1f6c2b2c4c 100644 --- a/krita/org.kde.krita.appdata.xml +++ b/krita/org.kde.krita.appdata.xml @@ -272,6 +272,6 @@ org.kde.krita.desktop - + -- GitLab