summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-28 08:36:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-28 08:36:58 (GMT)
commitbce0865c70cb04fb026dd73c3af95ea9c5c8f6a0 (patch)
tree3232204f73b44e33056c5a1eeb70faecaefc66cb /Source/cmVersion.cxx
parentb69606da4c47c5c1f5e15a01e2af2d33de669ee8 (diff)
downloadCMake-bce0865c70cb04fb026dd73c3af95ea9c5c8f6a0.zip
CMake-bce0865c70cb04fb026dd73c3af95ea9c5c8f6a0.tar.gz
CMake-bce0865c70cb04fb026dd73c3af95ea9c5c8f6a0.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 81e1fc6..d3ab57d 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: 2004-10-27 08:37:32 +0000";
+ std::string cver = "Date: 2004-10-28 08:36:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;