STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2006-01-14 00:42:48 -05:00
parent 8340c0d186
commit b0a8c7bbce

View File

@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
std::string cver = "Date: 2006-01-13 05:43:31 +0000";
std::string cver = "Date: 2006-01-14 05:42:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;