summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-20 23:04:48 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-20 23:04:48 -0400
commitb06f9980e8da60f9a96534c2e583f4883bb6af4b (patch)
treeb7666d5d55f560a0543bfbdcf700f523e860f60b /Source
parentb6826affe8ac4c699dccbd092292ac9c4a870c67 (diff)
downloadcmake-b06f9980e8da60f9a96534c2e583f4883bb6af4b.tar.gz
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 d5a12931da..3f7e6ea934 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: 2007-10-20 03:03:58 +0000";
+ std::string cver = "Date: 2007-10-21 03:04:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;