summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-16 07:16:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-16 07:16:37 (GMT)
commitc6c95f393135726902ad9cbbad4e99d7ddccc998 (patch)
tree2534062c95e6bd187739306841db0eabe172777c
parent6688a725a33a9666330f09a25c4af835c4bd0b53 (diff)
downloadCMake-c6c95f393135726902ad9cbbad4e99d7ddccc998.zip
CMake-c6c95f393135726902ad9cbbad4e99d7ddccc998.tar.gz
CMake-c6c95f393135726902ad9cbbad4e99d7ddccc998.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 7ee50d1..48f84c8 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-07-15 07:11:58 +0000";
+ std::string cver = "Date: 2005-07-16 07:16:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;