diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-07 12:08:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-07 12:08:41 (GMT) |
commit | 18fcd851b6c564c001d5f30bf4cd981a97a3ac01 (patch) | |
tree | 999e3d85ea0c64590f80b54c452208cb5768915c | |
parent | 9dffe627360221aee412d80b234bf7ad32d2a611 (diff) | |
download | CMake-18fcd851b6c564c001d5f30bf4cd981a97a3ac01.zip CMake-18fcd851b6c564c001d5f30bf4cd981a97a3ac01.tar.gz CMake-18fcd851b6c564c001d5f30bf4cd981a97a3ac01.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 3cbba7f..31cf9a4 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-07-06 11:45:57 +0000"; + std::string cver = "Date: 2006-07-07 12:08:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |