summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-30 07:55:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-30 07:55:40 (GMT)
commit51c140fc6052e8681d2fb838e22e78da92a14962 (patch)
tree20f60f731c698d031d2bf8f5d2b3ce3257016c3d /Source/cmVersion.cxx
parentfdcc888c56d7c15a43eab8a2335356326e4d0e10 (diff)
downloadCMake-51c140fc6052e8681d2fb838e22e78da92a14962.zip
CMake-51c140fc6052e8681d2fb838e22e78da92a14962.tar.gz
CMake-51c140fc6052e8681d2fb838e22e78da92a14962.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 43f2adf..1262e7c 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-09-29 07:53:32 +0000";
+ std::string cver = "Date: 2006-09-30 07:55:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;