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
2a5de523
Commit
2a5de523
authored
Dec 16, 2018
by
Halla Rempt
Browse files
Bump version
parent
6b7ab506
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
2a5de523
...
...
@@ -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.1.7"
)
set
(
KRITA_VERSION_STRING
"4.1.7
.101
"
)
# 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.
...
...
@@ -83,7 +83,7 @@ set(KRITA_VERSION_RELEASE 7)
# - [Pre-]Alpha: Starts from 0, increment 1 per release
# - Beta: Starts from 50, increment 1 per release
# - Stable: Set to 100, bump to 101 if emergency update is needed
set
(
KRITA_VERSION_REVISION 10
0
)
set
(
KRITA_VERSION_REVISION 10
1
)
#set(KRITA_ALPHA 1) # uncomment only for Alpha
#set(KRITA_BETA 1) # uncomment only for Beta
#set(KRITA_RC 1) # uncomment only for RC
...
...
krita/org.kde.krita.appdata.xml
View file @
2a5de523
...
...
@@ -247,6 +247,6 @@
<binary>
krita
</binary>
</provides>
<releases>
<release
date=
"2018-1
4
-12"
version=
"4.1.7.10
0
"
/>
<release
date=
"2018-1
6
-12"
version=
"4.1.7.10
1
"
/>
</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