STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-11-21 07:07:33 -05:00
parent 2852600648
commit cd298182c2

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-11-20 13:16:36 +0000";
std::string cver = "Date: 2006-11-21 12:07:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;