summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-11 15:44:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-11 15:44:50 (GMT)
commit8a537ce3300c2e5e36a26eeae3c93bec8d6d526e (patch)
tree47c4613ec305a4f5970ce66970f29ce516f5accd
parentf958cc639cbe0fb1029c0a40f96e1efb9ee55b50 (diff)
downloadCMake-8a537ce3300c2e5e36a26eeae3c93bec8d6d526e.zip
CMake-8a537ce3300c2e5e36a26eeae3c93bec8d6d526e.tar.gz
CMake-8a537ce3300c2e5e36a26eeae3c93bec8d6d526e.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 47a0c66..6b359f0 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-08-10 15:42:12 +0000";
+ std::string cver = "Date: 2005-08-11 15:44:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;