Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Fred Fonkle
Krita
Commits
61326163
Commit
61326163
authored
Jun 20, 2018
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump versions for 4.1.0 beta 1
parent
ac477f63
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
CMakeLists.txt
CMakeLists.txt
+4
-4
krita/krita4.xmlgui
krita/krita4.xmlgui
+1
-1
krita/org.kde.krita.appdata.xml
krita/org.kde.krita.appdata.xml
+1
-1
No files found.
CMakeLists.txt
View file @
61326163
...
...
@@ -69,7 +69,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.0-
alph
a"
)
set
(
KRITA_VERSION_STRING
"4.1.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.
...
...
@@ -80,9 +80,9 @@ set(KRITA_VERSION_RELEASE 0)
# - [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 0
)
set
(
KRITA_ALPHA 1
)
# uncomment only for Alpha
#
set(KRITA_BETA 1) # uncomment only for Beta
set
(
KRITA_VERSION_REVISION
5
0
)
#
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/krita4.xmlgui
View file @
61326163
...
...
@@ -2,7 +2,7 @@
<kpartgui
xmlns=
"http://www.kde.org/standards/kxmlgui/1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
name=
"Krita"
version=
"41
0
"
version=
"41
1
"
xsi:schemaLocation=
"http://www.kde.org/standards/kxmlgui/1.0 http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd"
>
<MenuBar>
<Menu
name=
"file"
>
...
...
krita/org.kde.krita.appdata.xml
View file @
61326163
...
...
@@ -234,6 +234,6 @@
<binary>
krita
</binary>
</provides>
<releases>
<release
date=
"2018-06-
13"
version=
"4.1.0.0 (
alph
a 1)"
/>
<release
date=
"2018-06-
20
version="
4.1.0.0
(
bet
a
1)"
/>
</releases>
</component>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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