diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-28 03:02:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-28 03:02:31 (GMT) |
commit | be7dc2f8c7344d9206a2470ac5b46e01303346a0 (patch) | |
tree | 7ba22e5689ecc8d57572ab0693ef04b1433ae24f /Source/cmVersion.cxx | |
parent | 887699184a3cdbaa1b38f2c5a38e43de3e11b063 (diff) | |
download | CMake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.zip CMake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.tar.gz CMake-be7dc2f8c7344d9206a2470ac5b46e01303346a0.tar.bz2 |
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 d30f0e8..30093df 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-27 02:59:47 +0000"; + std::string cver = "Date: 2007-09-28 03:02:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |