From 45a8e26fe159e6c0847addb3dbc126a852779f5a Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 12 Nov 2007 23:03:25 -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 a6a194c5d..886c95d0e 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-11-12 04:05:55 +0000"; + std::string cver = "Date: 2007-11-13 04:03:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false;