STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-11-25 21:08:07 -05:00
parent 9baa760315
commit 8ae572e0de

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-11-25 12:59:14 +0000";
std::string cver = "Date: 2006-11-26 02:08:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;