diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-05 22:31:12 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-05 22:31:12 -0400 |
commit | 67398e26d2bf93348f9c29967f56df6f2c25a599 (patch) | |
tree | b4bbd850512becbf64f2f4122b912e5b1acf9c1a /Source/cmVersion.cxx | |
parent | adffd10cce390797697ef435a9b5c2bb204020e0 (diff) | |
download | cmake-67398e26d2bf93348f9c29967f56df6f2c25a599.tar.gz |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 cc94fd5486..f17fdf1190 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-10-05 02:43:06 +0000"; + std::string cver = "Date: 2007-10-06 02:31:12 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |