Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Fred Fonkle
Krita
Commits
12c4740e
Commit
12c4740e
authored
Jun 20, 2018
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 4.1.0.51
parent
76cb4aab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
12c4740e
...
...
@@ -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-beta"
)
set
(
KRITA_VERSION_STRING
"4.1.0-beta
.2
"
)
# 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,7 +80,7 @@ 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 5
0
)
set
(
KRITA_VERSION_REVISION 5
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
...
...
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