summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-18 13:08:34 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-18 13:08:34 (GMT)
commit23c0fca74a519b7a36d3eaf27c80746f1786f1df (patch)
treea96fdaacad3c95341c98d9894c53af1fd7284044
parentf405014a8d07d7109f3ec333e53dd9945160772a (diff)
downloadCMake-23c0fca74a519b7a36d3eaf27c80746f1786f1df.zip
CMake-23c0fca74a519b7a36d3eaf27c80746f1786f1df.tar.gz
CMake-23c0fca74a519b7a36d3eaf27c80746f1786f1df.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 15ac36a..c2efb3c 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-11-17 13:11:23 +0000";
+ std::string cver = "Date: 2006-11-18 13:08:34 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;