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
System
Dolphin
Commits
aa9a80fb
Commit
aa9a80fb
authored
Nov 08, 2021
by
Heiko Becker
Browse files
GIT_SILENT Upgrade release service version to 22.03.70.
parent
81c32c18
Pipeline
#95484
passed with stage
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
aa9a80fb
cmake_minimum_required
(
VERSION 3.16
)
# KDE Application Version, managed by release script
set
(
RELEASE_SERVICE_VERSION_MAJOR
"2
1
"
)
set
(
RELEASE_SERVICE_VERSION_MINOR
"
11
"
)
set
(
RELEASE_SERVICE_VERSION_MAJOR
"2
2
"
)
set
(
RELEASE_SERVICE_VERSION_MINOR
"
03
"
)
set
(
RELEASE_SERVICE_VERSION_MICRO
"70"
)
set
(
RELEASE_SERVICE_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
project
(
Dolphin VERSION
${
RELEASE_SERVICE_VERSION
}
)
...
...
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