Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Planella
juk
Commits
d0462709
Commit
d0462709
authored
Feb 03, 2018
by
Albert Astals Cid
Browse files
GIT_SILENT Upgrade KDE Applications version to 17.12.2.
parent
e8c2dbbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d0462709
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
# https://community.kde.org/Guidelines_and_HOWTOs/Application_Versioning
set
(
KDE_APPLICATIONS_VERSION_MAJOR
"17"
)
set
(
KDE_APPLICATIONS_VERSION_MINOR
"12"
)
set
(
KDE_APPLICATIONS_VERSION_MICRO
"
1
"
)
set
(
KDE_APPLICATIONS_VERSION_MICRO
"
2
"
)
set
(
KDE_APPLICATIONS_VERSION
"
${
KDE_APPLICATIONS_VERSION_MAJOR
}
.
${
KDE_APPLICATIONS_VERSION_MINOR
}
.
${
KDE_APPLICATIONS_VERSION_MICRO
}
"
)
project
(
juk VERSION
${
KDE_APPLICATIONS_VERSION
}
)
...
...
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