summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-31 11:19:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-31 11:19:19 (GMT)
commit8142636742370ef4b412faef6224ecb4ee471c40 (patch)
treea2032c9c31f64f29a50c6b908c4a3eb931b4a3a3
parentefffcdac02617b9cba75635d2023317e1be62996 (diff)
downloadCMake-8142636742370ef4b412faef6224ecb4ee471c40.zip
CMake-8142636742370ef4b412faef6224ecb4ee471c40.tar.gz
CMake-8142636742370ef4b412faef6224ecb4ee471c40.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 1a8af13..e14b2cc 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: 2006-07-30 11:17:14 +0000";
+ std::string cver = "Date: 2006-07-31 11:19:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;