summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-11 12:16:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-11 12:16:12 (GMT)
commitbe2c468bfeaf0c410fda536a26db52071999be43 (patch)
tree93b8cb216cce3b7c8100bbed3e5263621e8ba0c3 /Source
parent8c06f8e2943c1d3726428ea01ba6bc5b49101081 (diff)
downloadCMake-be2c468bfeaf0c410fda536a26db52071999be43.zip
CMake-be2c468bfeaf0c410fda536a26db52071999be43.tar.gz
CMake-be2c468bfeaf0c410fda536a26db52071999be43.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 b761251..d1e18ec 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-04-10 12:10:22 +0000";
+ std::string cver = "Date: 2006-04-11 12:16:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;