summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-06 11:59:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-06 11:59:58 (GMT)
commitef56c8056ff726e4d258d7be579a7d6e67e2da7c (patch)
treeccad299a63390fdde1fdb09c13d0703dfae4d1d4 /Source
parenta7441ce80e0869de1848c70b5a75a61c3d9d1b15 (diff)
downloadCMake-ef56c8056ff726e4d258d7be579a7d6e67e2da7c.zip
CMake-ef56c8056ff726e4d258d7be579a7d6e67e2da7c.tar.gz
CMake-ef56c8056ff726e4d258d7be579a7d6e67e2da7c.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 ad6e554..e82aa28 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-06-05 11:25:07 +0000";
+ std::string cver = "Date: 2006-06-06 11:59:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;