diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-13 09:14:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-13 09:14:33 (GMT) |
commit | f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24 (patch) | |
tree | 1d9f82d062c140244f296a34a13a2d6db9217059 /Source/cmVersion.cxx | |
parent | f18e7c7ff7935a93076384ba15629942f559cc8d (diff) | |
download | CMake-f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24.zip CMake-f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24.tar.gz CMake-f2b8c8f31a6baa6c9b69a9e94be69d39667c5f24.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
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; |