diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-27 03:20:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-27 03:20:00 (GMT) |
commit | 6d99c5af25d0c0e555735406c378bb5b4a8fea7c (patch) | |
tree | 8835b07894c3786e7987efa40e25ec80f56fae7f /Source | |
parent | e5dc217f4ee2848ff7a3e36b0fc25bb6f6ed87b4 (diff) | |
download | CMake-6d99c5af25d0c0e555735406c378bb5b4a8fea7c.zip CMake-6d99c5af25d0c0e555735406c378bb5b4a8fea7c.tar.gz CMake-6d99c5af25d0c0e555735406c378bb5b4a8fea7c.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 0f26424..5e59e33 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-08-26 03:37:28 +0000"; + std::string cver = "Date: 2007-08-27 03:20:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |