Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Workspace
Commits
f086f526
Commit
f086f526
authored
Jul 10, 2013
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 4.11 RC1 (4.10.95)
parent
9bba9fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
f086f526
...
...
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
# Used e.g. in KDE4WorkspaceConfig.cmake, Alex
set
(
KDE4WORKSPACE_VERSION_MAJOR 4
)
set
(
KDE4WORKSPACE_VERSION_MINOR 10
)
set
(
KDE4WORKSPACE_VERSION_PATCH 9
0
)
set
(
KDE4WORKSPACE_VERSION_PATCH 9
5
)
set
(
KDE4WORKSPACE_VERSION
${
KDE4WORKSPACE_VERSION_MAJOR
}
.
${
KDE4WORKSPACE_VERSION_MINOR
}
.
${
KDE4WORKSPACE_VERSION_PATCH
}
)
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
...
...
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