diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-14 11:56:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-14 11:56:19 (GMT) |
commit | 9b2ff56254e54916206f619ae70437f8208097af (patch) | |
tree | 8cec305323e0107b6295daaf21d146eee9716f5e /Source/cmVersion.cxx | |
parent | ab62cdd30fe667526023d368ffb7e84bab81774c (diff) | |
download | CMake-9b2ff56254e54916206f619ae70437f8208097af.zip CMake-9b2ff56254e54916206f619ae70437f8208097af.tar.gz CMake-9b2ff56254e54916206f619ae70437f8208097af.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 7f187e9..cf5327a 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: 2006-08-13 11:52:29 +0000"; + std::string cver = "Date: 2006-08-14 11:56:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |