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
Graphics
Okular
Commits
4f3d1db5
Commit
4f3d1db5
authored
Jul 11, 2020
by
Albert Astals Cid
Browse files
increase version
parent
8fef6098
Pipeline
#26754
passed with stage
in 26 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4f3d1db5
...
...
@@ -6,7 +6,7 @@ set (RELEASE_SERVICE_VERSION_MINOR "11")
set
(
RELEASE_SERVICE_VERSION_MICRO
"70"
)
set
(
RELEASE_SERVICE_VERSION
"
${
RELEASE_SERVICE_VERSION_MAJOR
}
.
${
RELEASE_SERVICE_VERSION_MINOR
}
.
${
RELEASE_SERVICE_VERSION_MICRO
}
"
)
project
(
okular VERSION 1.1
0
.
${
RELEASE_SERVICE_VERSION_MICRO
}
)
project
(
okular VERSION 1.1
1
.
${
RELEASE_SERVICE_VERSION_MICRO
}
)
set
(
QT_REQUIRED_VERSION
"5.9.0"
)
# Remember to update the QT_DEPRECATED_WARNINGS_SINCE below
set
(
KF5_REQUIRED_VERSION
"5.44.0"
)
# Remember to update the KF_DEPRECATED_WARNINGS_SINCE below
...
...
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