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
1767e29f
Commit
1767e29f
authored
Dec 14, 2016
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the version to 3.1.1
parent
ac920002
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 @
1767e29f
...
...
@@ -69,10 +69,10 @@ endif()
# define common versions of Krita applications, used to generate kritaversion.h
# update these version for every release:
set
(
KRITA_VERSION_STRING
"3.1.
0
"
)
set
(
KRITA_VERSION_STRING
"3.1.
1
"
)
set
(
KRITA_STABLE_VERSION_MAJOR 3
)
# 3 for 3.x, 4 for 4.x, etc.
set
(
KRITA_STABLE_VERSION_MINOR 1
)
# 0 for 3.0, 1 for 3.1, etc.
set
(
KRITA_VERSION_RELEASE
0
)
# 89 for Alpha, increase for next test releases, set 0 for first Stable, etc.
set
(
KRITA_VERSION_RELEASE
1
)
# 89 for Alpha, increase for next test releases, set 0 for first Stable, etc.
#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