diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-07 02:42:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-07 02:42:35 (GMT) |
commit | bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2 (patch) | |
tree | 177b1d8a61e55e417d112983b8ce8cd5ecfc17f6 | |
parent | 67398e26d2bf93348f9c29967f56df6f2c25a599 (diff) | |
download | CMake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.zip CMake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.tar.gz CMake-bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2.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 f17fdf1..2a3d514 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; |