diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-15 07:11:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-15 07:11:58 (GMT) |
commit | 2001d2f76128a880773ef37fd7053a4969b93b13 (patch) | |
tree | f9ebf57ad6cabd2a376920a2a80c9a26995f4772 | |
parent | 846701f0a73b15d07df2f78a21f2f1aa0d3a082a (diff) | |
download | CMake-2001d2f76128a880773ef37fd7053a4969b93b13.zip CMake-2001d2f76128a880773ef37fd7053a4969b93b13.tar.gz CMake-2001d2f76128a880773ef37fd7053a4969b93b13.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 2069647..7ee50d1 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-14 07:13:15 +0000"; + std::string cver = "Date: 2005-07-15 07:11:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |