summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-31 13:03:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-31 13:03:37 (GMT)
commit43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13 (patch)
treeb2602c9b3d0738dcb1f81ee56646a5d93aae8a73 /Source/cmVersion.cxx
parent712f3a3da496f8b80a31a6853d743a7ede5c169c (diff)
downloadCMake-43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13.zip
CMake-43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13.tar.gz
CMake-43c84a2a56d93c30cde8988b2a2fc6f3dffb1a13.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 e757000..b1f5193 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-30 14:00:28 +0000";
+ std::string cver = "Date: 2006-08-31 13:03:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;