STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-04-22 08:07:33 -04:00
parent 72f0c21f94
commit 57c535a2cb

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-04-21 12:06:27 +0000";
std::string cver = "Date: 2006-04-22 12:07:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;