diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-18 12:00:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-18 12:00:53 (GMT) |
commit | 7336fff1be32291caa90f9698821a4d6a88b8932 (patch) | |
tree | 31f20f0a48b8c43d121ab1fb09e9d7c29689e0be | |
parent | 520350e69c4b058afc9f3b144f384ad1d624551f (diff) | |
download | CMake-7336fff1be32291caa90f9698821a4d6a88b8932.zip CMake-7336fff1be32291caa90f9698821a4d6a88b8932.tar.gz CMake-7336fff1be32291caa90f9698821a4d6a88b8932.tar.bz2 |
STYLE: Nightly Version update
-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 1f6c12d..5ec0e7f 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: 2006-05-17 12:07:53 +0000"; + std::string cver = "Date: 2006-05-18 12:00:53 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |