[graphics/krita/krita/4.3] /: Update version number to 4.2.3-alpha
Boudewijn Rempt
null at kde.org
Wed Nov 4 08:43:54 GMT 2020
Git commit 44ece4511aaa980cf0212a7fb8814988c3552ee1 by Boudewijn Rempt.
Committed on 04/11/2020 at 08:23.
Pushed by rempt into branch 'krita/4.3'.
Update version number to 4.2.3-alpha
.3 and not .2 because we needed .2 for the emergency update in the
Windows Store
CCMAIL:kimageshop at kde.org
M +2 -2 CMakeLists.txt
https://invent.kde.org/graphics/krita/commit/44ece4511aaa980cf0212a7fb8814988c3552ee1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77407d4111..2b87075833 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,13 +75,13 @@ endif()
# define common versions of Krita applications, used to generate kritaversion.h
# update these version for every release:
-set(KRITA_VERSION_STRING "4.4.1-alpha")
+set(KRITA_VERSION_STRING "4.4.3-alpha")
# 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.
set(KRITA_STABLE_VERSION_MINOR 4)
# Bugfix release version, or 0 for before the first stable release
-set(KRITA_VERSION_RELEASE 2)
+set(KRITA_VERSION_RELEASE 3)
# the 4th digit, really only used for the Windows installer:
# - [Pre-]Alpha: Starts from 0, increment 1 per release
# - Beta: Starts from 50, increment 1 per release
More information about the kimageshop
mailing list