Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cristian Adam
CMake
Commits
d17c58c8
Commit
d17c58c8
authored
Apr 18, 2012
by
David Cole
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release'
parents
32e0b197
d61d860d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
576 additions
and
3 deletions
+576
-3
CMakeLists.txt
CMakeLists.txt
+3
-3
ChangeLog.manual
ChangeLog.manual
+573
-0
No files found.
CMakeLists.txt
View file @
d17c58c8
...
...
@@ -425,9 +425,9 @@ ENDIF()
# The CMake version number.
SET
(
CMake_VERSION_MAJOR 2
)
SET
(
CMake_VERSION_MINOR 8
)
SET
(
CMake_VERSION_PATCH
7
)
#
SET(CMake_VERSION_TWEAK 0)
#
SET(CMake_VERSION_RC
1
)
SET
(
CMake_VERSION_PATCH
8
)
SET
(
CMake_VERSION_TWEAK 0
)
SET
(
CMake_VERSION_RC
2
)
# Releases define a tweak level.
IF
(
DEFINED CMake_VERSION_TWEAK
)
...
...
ChangeLog.manual
View file @
d17c58c8
This diff is collapsed.
Click to expand it.
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