Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alberto Flores
Krita
Commits
2014a669
Commit
2014a669
authored
May 15, 2019
by
Halla Rempt
Browse files
Set version to beta
parent
7a773b18
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2014a669
...
...
@@ -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-
alph
a"
)
set
(
KRITA_VERSION_STRING
"4.2.0-
bet
a"
)
# 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
...
...
krita/org.kde.krita.appdata.xml
View file @
2014a669
...
...
@@ -272,6 +272,6 @@
<id>
org.kde.krita.desktop
</id>
</provides>
<releases>
<release
date=
"2019-06-04"
version=
"4.2.0.0 (
ALPH
A)"
/>
<release
date=
"2019-06-04"
version=
"4.2.0.0 (
BET
A)"
/>
</releases>
</component>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment