diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-09 12:15:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-09 12:15:29 (GMT) |
commit | e1c41755915b5521490805f0c66a3be61f0d2050 (patch) | |
tree | c00fe73a44940e1072bb0618b48bfdd19db4d8a6 | |
parent | 55c0ff5f649e4cafdae1d50472ab1d976cc80120 (diff) | |
download | CMake-e1c41755915b5521490805f0c66a3be61f0d2050.zip CMake-e1c41755915b5521490805f0c66a3be61f0d2050.tar.gz CMake-e1c41755915b5521490805f0c66a3be61f0d2050.tar.bz2 |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 3e996e6..392f02b 100644 --- a/Source/cmVersion.cxx +++ b/Source/cmVersion.cxx @@ -19,7 +19,7 @@ std::string cmVersion::GetReleaseVersion() { #if CMake_VERSION_MINOR & 1 - std::string cver = "Date: 2006-04-08 12:23:24 +0000"; + std::string cver = "Date: 2006-04-09 12:15:29 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |