summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-04 11:22:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-04 11:22:17 (GMT)
commit1917b8cba2671bea0b610a72dd0cf14584c32dcc (patch)
tree20ee38ff5aa9fe794016db7b224fd0486d6961dc
parent69bd53be41e2a28a36b307f2d5dfd96faa7e8693 (diff)
downloadCMake-1917b8cba2671bea0b610a72dd0cf14584c32dcc.zip
CMake-1917b8cba2671bea0b610a72dd0cf14584c32dcc.tar.gz
CMake-1917b8cba2671bea0b610a72dd0cf14584c32dcc.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 3ab0567..e364c0e 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-03 11:22:24 +0000";
+ std::string cver = "Date: 2006-06-04 11:22:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;