summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-07 03:16:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-07 03:16:33 (GMT)
commitd43269847a5bdb558c65ea14a0bd2831cc801e53 (patch)
tree8f0c971c2481112f92ef6bc0adf4c1d0a6db1205 /Source/cmVersion.cxx
parentaf1b145b3b19877c799946725f590b282b546734 (diff)
downloadCMake-d43269847a5bdb558c65ea14a0bd2831cc801e53.zip
CMake-d43269847a5bdb558c65ea14a0bd2831cc801e53.tar.gz
CMake-d43269847a5bdb558c65ea14a0bd2831cc801e53.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 344ba39..a760c80 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-08-06 03:17:19 +0000";
+ std::string cver = "Date: 2007-08-07 03:16:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;