summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-13 09:14:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-13 09:14:33 (GMT)
commitf2b8c8f31a6baa6c9b69a9e94be69d39667c5f24 (patch)
tree1d9f82d062c140244f296a34a13a2d6db9217059
parentf18e7c7ff7935a93076384ba15629942f559cc8d (diff)
downloadCMake-f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24.zip
CMake-f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24.tar.gz
CMake-f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24.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 3caaf75..540b3ca 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-10-12 09:16:21 +0000";
+ std::string cver = "Date: 2005-10-13 09:14:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;