summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-07 10:15:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-07 10:15:26 (GMT)
commit830269fd643f8a27f7892e0ef3e7b88c475e2120 (patch)
treeef1b85820223804e7e9496b09fa73de4c934e400
parentf7217ef344cc5a5ec696ca9b15b5d4b739d8c2f2 (diff)
downloadCMake-830269fd643f8a27f7892e0ef3e7b88c475e2120.zip
CMake-830269fd643f8a27f7892e0ef3e7b88c475e2120.tar.gz
CMake-830269fd643f8a27f7892e0ef3e7b88c475e2120.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 59c6eb7..3745fdf 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-06 07:32:09 +0000";
+ std::string cver = "Date: 2006-10-07 10:15:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;