summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-15 11:47:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-15 11:47:59 (GMT)
commit17258b398b44b311cc1144cbe5549de9352564da (patch)
tree2c758f96a1fd87a738dba8e5d58e8d7a75bdd274
parent8e9a6becccc739e8135d5a3b303e8bf125fe3015 (diff)
downloadCMake-17258b398b44b311cc1144cbe5549de9352564da.zip
CMake-17258b398b44b311cc1144cbe5549de9352564da.tar.gz
CMake-17258b398b44b311cc1144cbe5549de9352564da.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 45e476e..53698fa 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-13 12:04:48 +0000";
+ std::string cver = "Date: 2006-06-15 11:47:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;