summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-06 05:49:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-06 05:49:39 (GMT)
commit332f409467ca876d4ec993eae5e8a546bebd4da9 (patch)
tree16b3b8d4e975926c2002860c49f9b71928fac669
parent7ab81d187e5df4238f6160e34ed40ddc9de21a1a (diff)
downloadCMake-332f409467ca876d4ec993eae5e8a546bebd4da9.zip
CMake-332f409467ca876d4ec993eae5e8a546bebd4da9.tar.gz
CMake-332f409467ca876d4ec993eae5e8a546bebd4da9.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 4ea3cb9..0eb55e0 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2007-01-04 19:54:35 +0000";
+ std::string cver = "Date: 2007-01-06 05:49:39 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;