summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-31 08:10:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-31 08:10:47 (GMT)
commitd101f94f9bb9ef0ee3153cfe2bae209e61007b4a (patch)
tree7c8af25a6b3337ad18c1322ea510d94bd61c9ccd
parent72ee8e6542aec1234109414c954e16c85d78a314 (diff)
downloadCMake-d101f94f9bb9ef0ee3153cfe2bae209e61007b4a.zip
CMake-d101f94f9bb9ef0ee3153cfe2bae209e61007b4a.tar.gz
CMake-d101f94f9bb9ef0ee3153cfe2bae209e61007b4a.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 5dadeac..0f2dc09 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-30 08:02:22 +0000";
+ std::string cver = "Date: 2005-05-31 08:10:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;