summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-18 13:25:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-18 13:25:48 (GMT)
commit48d9bb5cd698d6496045dcf2eaac624dd4458190 (patch)
treef15c3c4a5cc4704ef5e42c8f9dcb3f58b90fd03b
parentbfed636366649a21afa93e246036a1b7c10d10aa (diff)
downloadCMake-48d9bb5cd698d6496045dcf2eaac624dd4458190.zip
CMake-48d9bb5cd698d6496045dcf2eaac624dd4458190.tar.gz
CMake-48d9bb5cd698d6496045dcf2eaac624dd4458190.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 29c1fe8..79593a2 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-11-17 13:33:21 +0000";
+ std::string cver = "Date: 2004-11-18 13:25:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;