diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-06 22:42:35 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-06 22:42:35 -0400 |
commit | bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2 (patch) | |
tree | 177b1d8a61e55e417d112983b8ce8cd5ecfc17f6 /Source/cmVersion.cxx | |
parent | 67398e26d2bf93348f9c29967f56df6f2c25a599 (diff) | |
download | cmake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.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 f17fdf1190..2a3d514dfb 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-06 02:31:12 +0000"; + std::string cver = "Date: 2007-10-07 02:42:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |