summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-26 03:06:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-26 03:06:56 (GMT)
commit62928658a00d3a16003bd25a9dff1eaaf883ff8d (patch)
treeed637e42e58ced3c06180dc0c97b3d88840fe54b /Source/cmVersion.cxx
parente9889442cf66036da1768ed49de55d43fd478c13 (diff)
downloadCMake-62928658a00d3a16003bd25a9dff1eaaf883ff8d.zip
CMake-62928658a00d3a16003bd25a9dff1eaaf883ff8d.tar.gz
CMake-62928658a00d3a16003bd25a9dff1eaaf883ff8d.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 2185c4f..61aeb71 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-25 03:13:29 +0000";
+ std::string cver = "Date: 2007-09-26 03:06:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;