STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-07-02 07:30:44 -04:00
parent a34fb3bc9e
commit ae5655fe10

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-07-01 11:27:52 +0000";
std::string cver = "Date: 2006-07-02 11:30:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;