STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-05-25 07:34:44 -04:00
parent 9b74e597be
commit 12456165f1

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-05-24 11:36:30 +0000";
std::string cver = "Date: 2006-05-25 11:34:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;