summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-11 13:11:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-11 13:11:51 (GMT)
commit6d932c627ba0c7df71c7c81de75974944a3a347d (patch)
tree84a76bf3de478e19ad25e6d41ca5263cc452cfcc /Source
parentdd8d1e8c8dfc1c0aa78696e7faa299cee9e2b65e (diff)
downloadCMake-6d932c627ba0c7df71c7c81de75974944a3a347d.zip
CMake-6d932c627ba0c7df71c7c81de75974944a3a347d.tar.gz
CMake-6d932c627ba0c7df71c7c81de75974944a3a347d.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 4775fba..8cb8726 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-11-10 13:07:44 +0000";
+ std::string cver = "Date: 2006-11-11 13:11:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;