STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-12-01 22:54:15 -05:00
parent 6600143ea1
commit f67f158344

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-12-01 06:40:47 +0000";
std::string cver = "Date: 2006-12-02 03:54:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;