diff options
author | Kitware Robot <kwrobot@kitware.com> | 2014-03-12 04:01:12 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2014-03-12 04:01:12 (GMT) |
commit | c4c6427ed656e181d569d1c7baca29813c12b9fb (patch) | |
tree | 3efa9455c52e2ba09f55894f2c9007ea3ccc5f71 /Source | |
parent | b801205dad50246b82ce2572a25581ed6e27345d (diff) | |
download | CMake-c4c6427ed656e181d569d1c7baca29813c12b9fb.zip CMake-c4c6427ed656e181d569d1c7baca29813c12b9fb.tar.gz CMake-c4c6427ed656e181d569d1c7baca29813c12b9fb.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 18e328a..aaddd92 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 0) -set(CMake_VERSION_PATCH 20140311) +set(CMake_VERSION_PATCH 20140312) #set(CMake_VERSION_RC 1) |