summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-23 10:35:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-23 10:35:51 (GMT)
commit77fb1393174975d80f65243e9879189c06504f91 (patch)
treee7f727d7f29cf88905c994ff8f29ecf74df790aa
parent102dd34bdc78f5e95eb416050831637cd4cde2a4 (diff)
downloadCMake-77fb1393174975d80f65243e9879189c06504f91.zip
CMake-77fb1393174975d80f65243e9879189c06504f91.tar.gz
CMake-77fb1393174975d80f65243e9879189c06504f91.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 2565376..c2b4b58 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: 2005-11-22 10:18:36 +0000";
+ std::string cver = "Date: 2005-11-23 10:35:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;