Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
MBox Importer
Commits
871a6c99
Commit
871a6c99
authored
Dec 10, 2019
by
Jonathan Esk-Riddell
🏄
Browse files
Change KDE_APPLICATIONS_VERSION to RELEASE_SERVICE_VERSION
https://phabricator.kde.org/T11933
GIT_SILENT
parent
45ca5983
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
871a6c99
...
...
@@ -28,13 +28,13 @@ include(ECMQtDeclareLoggingCategory)
# Do NOT add quote
set
(
KDEPIM_DEV_VERSION alpha
)
set
(
KDE_APPLICATIONS
_VERSION
"20.03.70"
)
set
(
RELEASE_SERVICE
_VERSION
"20.03.70"
)
# add an extra space
if
(
DEFINED KDEPIM_DEV_VERSION
)
set
(
KDEPIM_DEV_VERSION
"
${
KDEPIM_DEV_VERSION
}
"
)
endif
()
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
(
${
KDE_APPLICATIONS
_VERSION
}
)"
)
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
(
${
RELEASE_SERVICE
_VERSION
}
)"
)
set
(
AKONADI_VERSION
"5.13.40"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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