summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-21 14:27:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-21 14:27:28 (GMT)
commit40aa67e5896cdd9998579e956659421fcb267745 (patch)
tree01da73f5f88dde67fea232c712041afc913e66ff
parent58e8bfb849596fb1b9940f22632d9637b0d7e0c4 (diff)
downloadCMake-40aa67e5896cdd9998579e956659421fcb267745.zip
CMake-40aa67e5896cdd9998579e956659421fcb267745.tar.gz
CMake-40aa67e5896cdd9998579e956659421fcb267745.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index ac50ec4..86c3176 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-20 12:06:41 +0000";
+ std::string cver = "Date: 2006-05-21 14:27:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;