summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-08 13:23:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-08 13:23:21 (GMT)
commit2ea953019fcb24821fa09e9f677c5c56814927e9 (patch)
tree6a0c06e2e7305470d0076a426ad229f6942ce849 /Source
parent830269fd643f8a27f7892e0ef3e7b88c475e2120 (diff)
downloadCMake-2ea953019fcb24821fa09e9f677c5c56814927e9.zip
CMake-2ea953019fcb24821fa09e9f677c5c56814927e9.tar.gz
CMake-2ea953019fcb24821fa09e9f677c5c56814927e9.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 3745fdf..3f8cdc5 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-10-07 10:15:26 +0000";
+ std::string cver = "Date: 2006-10-08 13:23:20 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;