diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-29 08:36:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-29 08:36:15 (GMT) |
commit | 53763e14d4944432dc96419b1c35656c39107e05 (patch) | |
tree | 8ba7669ddbbb49f7ed025b0fe099aa54db780daa | |
parent | 692f18538b24202df55d154f1ba4134349b971e6 (diff) | |
download | CMake-53763e14d4944432dc96419b1c35656c39107e05.zip CMake-53763e14d4944432dc96419b1c35656c39107e05.tar.gz CMake-53763e14d4944432dc96419b1c35656c39107e05.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 d3ab57d..083ce8b 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: 2004-10-28 08:36:58 +0000"; + std::string cver = "Date: 2004-10-29 08:36:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |