summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-17 02:51:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-17 02:51:25 (GMT)
commit15ff54bc8bda804b13d38eb59403524cdbee82a9 (patch)
tree7d7b8a989e45f8b14f2f39159b60b252e508c723 /Source/cmVersion.cxx
parent236d1ebf56a5349a50b9251c68ceadffc01ea708 (diff)
downloadCMake-15ff54bc8bda804b13d38eb59403524cdbee82a9.zip
CMake-15ff54bc8bda804b13d38eb59403524cdbee82a9.tar.gz
CMake-15ff54bc8bda804b13d38eb59403524cdbee82a9.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 6b20eec..36f26c3 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: 2007-10-16 02:43:54 +0000";
+ std::string cver = "Date: 2007-10-17 02:51:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;