diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-22 09:51:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-22 09:51:16 (GMT) |
commit | 6d03a116aeed699e88b850c93d17aabfb756e89e (patch) | |
tree | 6f60d984eadd5b805a2e8f0818295db52bc78703 /Source | |
parent | 52edb9c483f4f4c1b993031af85a46d520af52c6 (diff) | |
download | CMake-6d03a116aeed699e88b850c93d17aabfb756e89e.zip CMake-6d03a116aeed699e88b850c93d17aabfb756e89e.tar.gz CMake-6d03a116aeed699e88b850c93d17aabfb756e89e.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 ff1a692..a78a863 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-10-21 08:43:58 +0000"; + std::string cver = "Date: 2005-10-22 09:51:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |