STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-06-26 07:15:58 -04:00
父節點 7890524cd9
當前提交 147706247c

查看文件

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