STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2004-12-31 05:03:05 -05:00
parent 1442094c81
commit 0a16956524

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2004-12-30 10:03:43 +0000";
std::string cver = "Date: 2004-12-31 10:03:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;