summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-07 03:56:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-07 03:56:16 (GMT)
commit1671455770b7637b66d6f5df8bd60cb1fdb5e9f7 (patch)
treee28f0efb7f579068e036e1da174574a4b0f4ca08
parent332f409467ca876d4ec993eae5e8a546bebd4da9 (diff)
downloadCMake-1671455770b7637b66d6f5df8bd60cb1fdb5e9f7.zip
CMake-1671455770b7637b66d6f5df8bd60cb1fdb5e9f7.tar.gz
CMake-1671455770b7637b66d6f5df8bd60cb1fdb5e9f7.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 0eb55e0..7c86c58 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-06 05:49:39 +0000";
+ std::string cver = "Date: 2007-01-07 03:56:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;