From 726e3cbaf1d8aea1aaeab7fb5879915e9d56bc22 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 30 Oct 2005 08:01:58 -0500 Subject: [PATCH] STYLE: Nightly Version update --- Source/cmVersion.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index 6b33d1e7f..e4b2de27c 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-26 09:32:27 +0000"; + std::string cver = "Date: 2005-10-30 13:01:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false;