summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-11 02:26:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-09-11 02:26:27 (GMT)
commitb177af76d069af724afc91e1b02bd8f82f4dfe73 (patch)
tree7aefbfd07fa74a0d72120adeb4ee6ecb9fcf7d27
parent99d650a33c7934c12f5f5622f8a78df2ffcce6d5 (diff)
downloadCMake-b177af76d069af724afc91e1b02bd8f82f4dfe73.zip
CMake-b177af76d069af724afc91e1b02bd8f82f4dfe73.tar.gz
CMake-b177af76d069af724afc91e1b02bd8f82f4dfe73.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 6c976f4..ab7beba 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-09-10 01:06:39 +0000";
+ std::string cver = "Date: 2006-09-11 02:26:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;