STYLE: Nightly Version update

This commit is contained in:
Andy Cedilnik 2004-11-18 08:25:48 -05:00
parent bfed636366
commit 48d9bb5cd6

View File

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