summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-18 03:17:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-18 03:17:25 (GMT)
commit2d8909562a3887c14dafd53ef8c8e661cc2d0094 (patch)
treedbcc30ada85d44a3cfeb9defff32ec4ec22c2203 /Source/cmVersion.cxx
parent68c2dd8009fc4f82d25b0c6cb0380abb9f3f41ba (diff)
downloadCMake-2d8909562a3887c14dafd53ef8c8e661cc2d0094.zip
CMake-2d8909562a3887c14dafd53ef8c8e661cc2d0094.tar.gz
CMake-2d8909562a3887c14dafd53ef8c8e661cc2d0094.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 4c8cb4d..b73644b 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-17 03:24:30 +0000";
+ std::string cver = "Date: 2007-08-18 03:17:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;