diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-09 03:09:47 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-09 03:09:47 (GMT) |
commit | 1a132532c7b38da340c5d41f67a7f28481a61f5a (patch) | |
tree | 058a396cc07c9aad05daa7d629fb6c386e0e8d03 | |
parent | 35342ff8ffc84dd5ee55e0935a26c842b4abf946 (diff) | |
download | CMake-1a132532c7b38da340c5d41f67a7f28481a61f5a.zip CMake-1a132532c7b38da340c5d41f67a7f28481a61f5a.tar.gz CMake-1a132532c7b38da340c5d41f67a7f28481a61f5a.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 ee9e7d9..6bfafa4 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: 2007-09-08 02:49:53 +0000"; + std::string cver = "Date: 2007-09-09 03:09:47 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |