diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-16 08:42:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-16 08:42:40 (GMT) |
commit | 07c07e86e9f4d7775689348c39dba424a826e148 (patch) | |
tree | 2f4368749f52c2764420f5b8a89964ab79bbf27c | |
parent | b038279964aad12f36c92250da2505b3f08c4ca2 (diff) | |
download | CMake-07c07e86e9f4d7775689348c39dba424a826e148.zip CMake-07c07e86e9f4d7775689348c39dba424a826e148.tar.gz CMake-07c07e86e9f4d7775689348c39dba424a826e148.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 c42afb7..8e0d7f5 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: 2005-10-15 08:43:19 +0000"; + std::string cver = "Date: 2005-10-16 08:42:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |