summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-17 12:07:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-17 12:07:53 (GMT)
commit520350e69c4b058afc9f3b144f384ad1d624551f (patch)
tree910e4a2760283f03b50a93554ef212f7cf6e4474 /Source/cmVersion.cxx
parent0379bb490950b95f8e18c547f8edddfa5496700c (diff)
downloadCMake-520350e69c4b058afc9f3b144f384ad1d624551f.zip
CMake-520350e69c4b058afc9f3b144f384ad1d624551f.tar.gz
CMake-520350e69c4b058afc9f3b144f384ad1d624551f.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 ac2af34..1f6c12d 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: 2006-05-16 12:03:56 +0000";
+ std::string cver = "Date: 2006-05-17 12:07:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;