summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-15 02:40:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-15 02:40:48 (GMT)
commitfa513be6579b1b5074418aa1fe099e91eb0c8c55 (patch)
tree8398385b156b14a86021526c95a073e31945e097
parentae064678669a922f12d04d2a6950027a943415ca (diff)
downloadCMake-fa513be6579b1b5074418aa1fe099e91eb0c8c55.zip
CMake-fa513be6579b1b5074418aa1fe099e91eb0c8c55.tar.gz
CMake-fa513be6579b1b5074418aa1fe099e91eb0c8c55.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 2527598..37ee5f6 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-14 02:48:52 +0000";
+ std::string cver = "Date: 2007-10-15 02:40:48 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;