diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-10 12:08:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-10 12:08:57 (GMT) |
commit | 9419e6996108967a05da55cbe5c3f61196f6f07d (patch) | |
tree | f23ce5de83899abcb522c13785e48eb339b28234 | |
parent | cd3d44881fce040c4210ad7617014a109687b494 (diff) | |
download | CMake-9419e6996108967a05da55cbe5c3f61196f6f07d.zip CMake-9419e6996108967a05da55cbe5c3f61196f6f07d.tar.gz CMake-9419e6996108967a05da55cbe5c3f61196f6f07d.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 588aeb6..6caa1fa 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-08-09 11:47:14 +0000"; + std::string cver = "Date: 2006-08-10 12:08:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |