summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-30 14:00:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-30 14:00:28 (GMT)
commit416738b7219a2afe94f7ad8bb87df3c121bb9539 (patch)
tree7e27b11aa213549cca50f36dbf8d5697ffc1901f /Source/cmVersion.cxx
parent11d5caf2011d4fa5b2046e4df2ba0f4f7d54a286 (diff)
downloadCMake-416738b7219a2afe94f7ad8bb87df3c121bb9539.zip
CMake-416738b7219a2afe94f7ad8bb87df3c121bb9539.tar.gz
CMake-416738b7219a2afe94f7ad8bb87df3c121bb9539.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 3b02575..e757000 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: 2006-08-29 13:40:25 +0000";
+ std::string cver = "Date: 2006-08-30 14:00:28 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;