diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-07 07:08:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-07 07:08:32 (GMT) |
commit | 132eaa1ab3fa5c81c3e337049cfb60455039d2fc (patch) | |
tree | 025430f2190c4826d34f26d170154ca7640be06b /Source | |
parent | ababb688200540ee1adee42124de3affd51a5475 (diff) | |
download | CMake-132eaa1ab3fa5c81c3e337049cfb60455039d2fc.zip CMake-132eaa1ab3fa5c81c3e337049cfb60455039d2fc.tar.gz CMake-132eaa1ab3fa5c81c3e337049cfb60455039d2fc.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 74fef3f..8c7c76c 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-06 07:10:01 +0000"; + std::string cver = "Date: 2005-07-07 07:08:32 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |