summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-31 15:42:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-31 15:42:52 (GMT)
commitec3f3b5a2db2c0d60fe2dbe31b21cf937fc8264e (patch)
tree8282ca9bea14525d2864f1fc8659506e1c963eae /Source
parent0f380c0dfaad4618aacc10cdccdc9157d7e93f3f (diff)
downloadCMake-ec3f3b5a2db2c0d60fe2dbe31b21cf937fc8264e.zip
CMake-ec3f3b5a2db2c0d60fe2dbe31b21cf937fc8264e.tar.gz
CMake-ec3f3b5a2db2c0d60fe2dbe31b21cf937fc8264e.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 9605f18..86756f9 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-07-30 15:51:57 +0000";
+ std::string cver = "Date: 2005-07-31 15:42:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;