summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-09 15:36:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-09 15:36:57 (GMT)
commit93535a60e3d84d03370db68aa1f882e505355e38 (patch)
treead94074b2abdd0cc024088846ad4976bbadcf6de
parent0b0c97d3b2b49b329627755ff3637e3f897706a6 (diff)
downloadCMake-93535a60e3d84d03370db68aa1f882e505355e38.zip
CMake-93535a60e3d84d03370db68aa1f882e505355e38.tar.gz
CMake-93535a60e3d84d03370db68aa1f882e505355e38.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 512c1a4..2a9ae70 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-08 14:47:57 +0000";
+ std::string cver = "Date: 2005-08-09 15:36:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;