summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-27 10:27:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-27 10:27:51 (GMT)
commitb1cf98492ef886a92463661a096c9f30278381cd (patch)
treead72c0b8323310962e6a6ba8dec8662c3643a1a0
parent820bda2e00ce299b275b833d616fd235acbda3d0 (diff)
downloadCMake-b1cf98492ef886a92463661a096c9f30278381cd.zip
CMake-b1cf98492ef886a92463661a096c9f30278381cd.tar.gz
CMake-b1cf98492ef886a92463661a096c9f30278381cd.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 cc5fa96..eda86d6 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-26 10:21:29 +0000";
+ std::string cver = "Date: 2005-11-27 10:27:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;