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
KMail Account Wizard
Commits
59d135b0
Commit
59d135b0
authored
Aug 16, 2019
by
Laurent Montel
Browse files
Add release version too
parent
2885a23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
59d135b0
...
...
@@ -29,13 +29,14 @@ include(ECMQtDeclareLoggingCategory)
# Do NOT add quote
set
(
KDEPIM_DEV_VERSION alpha
)
set
(
KDE_APPLICATIONS_VERSION
"19.11.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
}
"
)
set
(
KDEPIM_VERSION
"
${
KDEPIM_VERSION_NUMBER
}${
KDEPIM_DEV_VERSION
}
(
${
KDE_APPLICATIONS_VERSION
}
)
"
)
set
(
AKONADI_MIMELIB_VERSION
"5.12.40"
)
set
(
IDENTITYMANAGEMENT_LIB_VERSION
"5.12.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