summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-19 07:38:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-19 07:38:05 (GMT)
commit8838e720d8a95b2f22b3d461627ee0cd32c9435a (patch)
treed1a70ea3f535911f29a5359c323e4996d6be7d2a /Source
parent0fe5f14c284c1817f9248e5238561dac60639927 (diff)
downloadCMake-8838e720d8a95b2f22b3d461627ee0cd32c9435a.zip
CMake-8838e720d8a95b2f22b3d461627ee0cd32c9435a.tar.gz
CMake-8838e720d8a95b2f22b3d461627ee0cd32c9435a.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index d309856..55914fd 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-03-18 07:34:50 +0000";
+ std::string cver = "Date: 2005-03-19 07:38:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;