summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-04 07:01:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-04 07:01:25 (GMT)
commit8efd1936d4f369fe4b89c71da4cdbf3937ad3735 (patch)
tree5b271278e504ca387c2c445bba126efd3eb1312a /Source/cmVersion.cxx
parent034d87eef5e86c614691fc069ffe89b22e8b1096 (diff)
downloadCMake-8efd1936d4f369fe4b89c71da4cdbf3937ad3735.zip
CMake-8efd1936d4f369fe4b89c71da4cdbf3937ad3735.tar.gz
CMake-8efd1936d4f369fe4b89c71da4cdbf3937ad3735.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 7d4d156..71e8a03 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-03 07:02:41 +0000";
+ std::string cver = "Date: 2005-07-04 07:01:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;