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
PIM
Kleopatra
Commits
03d1ac36
Unverified
Commit
03d1ac36
authored
Feb 08, 2022
by
Andre Heinecke
Browse files
Fix Kleopatra version
It should be 3.1.21 and not 3.1.22
parent
7dc605e8
Pipeline
#134870
passed with stage
in 3 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
03d1ac36
...
...
@@ -18,7 +18,7 @@ endif()
set
(
KLEOPATRA_VERSION_MAJOR
"3"
)
set
(
KLEOPATRA_VERSION_MINOR
"1"
)
set
(
KLEOPATRA_VERSION_MICRO
"2
2
"
)
set
(
KLEOPATRA_VERSION_MICRO
"2
1
"
)
set
(
kleopatra_version
"
${
KLEOPATRA_VERSION_MAJOR
}
.
${
KLEOPATRA_VERSION_MINOR
}
.
${
KLEOPATRA_VERSION_MICRO
}
.
${
KDE_APPLICATIONS_COMPACT_VERSION
}
"
)
# The following is for Windows
...
...
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