STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-06-18 09:23:49 -04:00
parent 7d550e8dc0
commit d52f88ae10

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-06-17 11:55:48 +0000";
std::string cver = "Date: 2006-06-18 13:23:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;