summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-09 10:12:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-09 10:12:19 (GMT)
commit729c5644cf8ca341c16c0d25d887ddb95a92c4c9 (patch)
tree65cd80c016af7acf6b49173ab8efd89520779604
parent72a4cad40b264aafb91c916286bd0b8d90179f08 (diff)
downloadCMake-729c5644cf8ca341c16c0d25d887ddb95a92c4c9.zip
CMake-729c5644cf8ca341c16c0d25d887ddb95a92c4c9.tar.gz
CMake-729c5644cf8ca341c16c0d25d887ddb95a92c4c9.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 cd67bf2..321f1d8 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: 2004-12-08 10:05:59 +0000";
+ std::string cver = "Date: 2004-12-09 10:12:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;