summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-17 09:04:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-17 09:04:35 (GMT)
commit18e76badb6ff3e6fafbb5febd9c9a43f0b8d8f25 (patch)
treeb95b4e091d6909e80a9a7776c0330b83aeddf9a0 /Source/cmVersion.cxx
parentef8212d28b4e35efbe4e8f6335e324cb219a3c94 (diff)
downloadCMake-18e76badb6ff3e6fafbb5febd9c9a43f0b8d8f25.zip
CMake-18e76badb6ff3e6fafbb5febd9c9a43f0b8d8f25.tar.gz
CMake-18e76badb6ff3e6fafbb5febd9c9a43f0b8d8f25.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 ac91c4e..7201a83 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-09-16 09:17:33 +0000";
+ std::string cver = "Date: 2005-09-17 09:04:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;