diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-08 10:05:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-08 10:05:59 (GMT) |
commit | 72a4cad40b264aafb91c916286bd0b8d90179f08 (patch) | |
tree | 7447fb37e72ae3a00836e4c4ceb07c45407b0fb8 | |
parent | 67af364ff7a0c1ae161f7ef18c88475264902f13 (diff) | |
download | CMake-72a4cad40b264aafb91c916286bd0b8d90179f08.zip CMake-72a4cad40b264aafb91c916286bd0b8d90179f08.tar.gz CMake-72a4cad40b264aafb91c916286bd0b8d90179f08.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 adfb92e..cd67bf2 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-07 10:19:12 +0000"; + std::string cver = "Date: 2004-12-08 10:05:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |