diff options
author | Kitware Robot <kwrobot@kitware.com> | 2017-06-07 04:01:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-07 04:01:07 (GMT) |
commit | 9530f410298804f23ffa3700500f97bae877192c (patch) | |
tree | c74630751ca9d8c1700d10e9a5d75840c437aa93 /Source | |
parent | 1c9ff4a9642d3af346f5891ce525dc4240edc5d6 (diff) | |
download | CMake-9530f410298804f23ffa3700500f97bae877192c.zip CMake-9530f410298804f23ffa3700500f97bae877192c.tar.gz CMake-9530f410298804f23ffa3700500f97bae877192c.tar.bz2 |
CMake Nightly Date Stamp
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeVersion.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 000e310..6dde0f2 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170606) +set(CMake_VERSION_PATCH 20170607) #set(CMake_VERSION_RC 1) |