diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-07 10:19:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-07 10:19:12 (GMT) |
commit | 67af364ff7a0c1ae161f7ef18c88475264902f13 (patch) | |
tree | 1a558cffcdeac9ae82fc42c26ff1b5875227bd70 | |
parent | 2aaac85694cd1c0c092ab08c87b147a2cc356716 (diff) | |
download | CMake-67af364ff7a0c1ae161f7ef18c88475264902f13.zip CMake-67af364ff7a0c1ae161f7ef18c88475264902f13.tar.gz CMake-67af364ff7a0c1ae161f7ef18c88475264902f13.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 9c915ec..adfb92e 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-12-06 10:00:58 +0000"; + std::string cver = "Date: 2004-12-07 10:19:12 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |