diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-20 06:39:38 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-20 06:39:38 (GMT) |
commit | fe1f147dc0b8c09cdf022c4bd55282e5781b83c4 (patch) | |
tree | eb69a5f16a4790aeaf079a37bb28c12bcb8bda14 /Source | |
parent | 5e45ca6fbf810d3636914ef70cf94b5ddc54f89e (diff) | |
download | CMake-fe1f147dc0b8c09cdf022c4bd55282e5781b83c4.zip CMake-fe1f147dc0b8c09cdf022c4bd55282e5781b83c4.tar.gz CMake-fe1f147dc0b8c09cdf022c4bd55282e5781b83c4.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 9e72d30..3402768 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: 2007-05-19 00:51:40 +0000"; + std::string cver = "Date: 2007-05-20 06:39:38 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |