summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-21 03:04:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-21 03:04:48 (GMT)
commitb06f9980e8da60f9a96534c2e583f4883bb6af4b (patch)
treeb7666d5d55f560a0543bfbdcf700f523e860f60b /Source/cmVersion.cxx
parentb6826affe8ac4c699dccbd092292ac9c4a870c67 (diff)
downloadCMake-b06f9980e8da60f9a96534c2e583f4883bb6af4b.zip
CMake-b06f9980e8da60f9a96534c2e583f4883bb6af4b.tar.gz
CMake-b06f9980e8da60f9a96534c2e583f4883bb6af4b.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 d5a1293..3f7e6ea 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;