summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-06 07:52:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-06 07:52:56 (GMT)
commit6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a (patch)
tree96ea3b7bc145a3be6ac7facc5167e38f4c73526f
parentc2cd47b32ccb38334d952004e66b497c5c7fd084 (diff)
downloadCMake-6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a.zip
CMake-6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a.tar.gz
CMake-6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a.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 1136c49..8f5b5a9 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: 2005-05-05 07:51:07 +0000";
+ std::string cver = "Date: 2005-05-06 07:52:56 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;