STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-08-21 08:29:11 -04:00
parent 8c3f948f63
commit 129457c1e2

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-08-20 10:53:48 +0000";
std::string cver = "Date: 2006-08-21 12:29:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;