From 0016ff738716a844287f9d9050b62a5f09b37821 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 5 Apr 2007 21:57:55 -0400 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 0c05074a5..d93b7e82b 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: 2007-04-04 21:02:21 +0000"; + std::string cver = "Date: 2007-04-06 01:57:55 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false;