From bdc1de21d1335c7ac9d0fe0416b9eed135a88fa2 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sat, 6 Oct 2007 22:42:35 -0400 Subject: STYLE: Nightly Version update --- Source/cmVersion.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmVersion.cxx') diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index f17fdf1190..2a3d514dfb 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-10-06 02:31:12 +0000"; + std::string cver = "Date: 2007-10-07 02:42:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; -- cgit v1.2.1