summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-14 02:53:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-14 02:53:11 (GMT)
commitdeb5f857dfa1167543e707d2908758520806a3f4 (patch)
treee1569ad74cc6097bdfccd107bfd278b2d7c754db /Source/cmVersion.cxx
parent9f542f4ef78693092652d41ff4de1970e6af6c1d (diff)
downloadCMake-deb5f857dfa1167543e707d2908758520806a3f4.zip
CMake-deb5f857dfa1167543e707d2908758520806a3f4.tar.gz
CMake-deb5f857dfa1167543e707d2908758520806a3f4.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 103cd64..72c91b1 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-09-13 02:54:45 +0000";
+ std::string cver = "Date: 2007-09-14 02:53:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;