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
Multimedia
Kdenlive
Commits
5382856b
Commit
5382856b
authored
Dec 10, 2019
by
Jonathan Esk-Riddell
🏄
Browse files
rename KDE_APPLICATIONS_VERSION to RELEASE_SERVICE
parent
cbef877f
Pipeline
#11675
passed with stage
in 21 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5382856b
...
@@ -4,11 +4,11 @@ project(Kdenlive)
...
@@ -4,11 +4,11 @@ project(Kdenlive)
# stable release. An additional number can be used for bugfix-only releases.
# stable release. An additional number can be used for bugfix-only releases.
# KDE Application Version, managed by release script
# KDE Application Version, managed by release script
set
(
KDE_APPLICATIONS
_VERSION_MAJOR
"20"
)
set
(
RELEASE_SERVICE
_VERSION_MAJOR
"20"
)
set
(
KDE_APPLICATIONS
_VERSION_MINOR
"03"
)
set
(
RELEASE_SERVICE
_VERSION_MINOR
"03"
)
set
(
KDE_APPLICATIONS
_VERSION_MICRO
"70"
)
set
(
RELEASE_SERVICE
_VERSION_MICRO
"70"
)
set
(
KDENLIVE_VERSION
${
KDE_APPLICATIONS
_VERSION_MAJOR
}
.
${
KDE_APPLICATIONS
_VERSION_MINOR
}
.
${
KDE_APPLICATIONS
_VERSION_MICRO
}
)
set
(
KDENLIVE_VERSION
${
RELEASE_SERVICE
_VERSION_MAJOR
}
.
${
RELEASE_SERVICE
_VERSION_MINOR
}
.
${
RELEASE_SERVICE
_VERSION_MICRO
}
)
cmake_minimum_required
(
VERSION 3.0
)
cmake_minimum_required
(
VERSION 3.0
)
if
(
POLICY CMP0063
)
if
(
POLICY CMP0063
)
...
...
Write
Preview
Supports
Markdown
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