summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-07 03:55:39 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-07 03:55:39 (GMT)
commit768680f4d572bfa6eae37a0793dbda6eee0d146a (patch)
treeb6b16929f4c2300a0fb468b884dbe0d7129afeaf /Source/cmVersion.cxx
parenta2ad68fc48457340fa9efd094fc831da61f4c0b8 (diff)
downloadCMake-768680f4d572bfa6eae37a0793dbda6eee0d146a.zip
CMake-768680f4d572bfa6eae37a0793dbda6eee0d146a.tar.gz
CMake-768680f4d572bfa6eae37a0793dbda6eee0d146a.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 c8db6d0..caf2d24 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-11-06 03:32:45 +0000";
+ std::string cver = "Date: 2007-11-07 03:55:39 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;