summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-05 07:02:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-05 07:02:02 (GMT)
commitd1291456191eb1a50b4dc51ab303ce374e8a34fb (patch)
tree25827c06beb9494560ea5df01b8b91251385b473 /Source/cmVersion.cxx
parent8efd1936d4f369fe4b89c71da4cdbf3937ad3735 (diff)
downloadCMake-d1291456191eb1a50b4dc51ab303ce374e8a34fb.zip
CMake-d1291456191eb1a50b4dc51ab303ce374e8a34fb.tar.gz
CMake-d1291456191eb1a50b4dc51ab303ce374e8a34fb.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 71e8a03..7931f7b 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-04 07:01:25 +0000";
+ std::string cver = "Date: 2005-07-05 07:02:02 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;