summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-10 09:48:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-11-10 09:48:05 (GMT)
commitaadec14903f6248c644023dfb39d68b90762b253 (patch)
tree0c738a6db5aa72404e9753079466f61542452ff4
parentcf3116872673493859130699e5c42f8ba2775f50 (diff)
downloadCMake-aadec14903f6248c644023dfb39d68b90762b253.zip
CMake-aadec14903f6248c644023dfb39d68b90762b253.tar.gz
CMake-aadec14903f6248c644023dfb39d68b90762b253.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 4029d4f..db2eeea 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-11-09 10:33:01 +0000";
+ std::string cver = "Date: 2005-11-10 09:48:05 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;