diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-22 10:18:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-22 10:18:36 (GMT) |
commit | 8830c100ab25dc08add24eb4d273141601354a5a (patch) | |
tree | 8f236b3bee55416a3901e6ec168c4678302fef49 | |
parent | 4c2dee2bad4179e2d082beb99538588eec323be6 (diff) | |
download | CMake-8830c100ab25dc08add24eb4d273141601354a5a.zip CMake-8830c100ab25dc08add24eb4d273141601354a5a.tar.gz CMake-8830c100ab25dc08add24eb4d273141601354a5a.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 6265ff9..2565376 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-11-21 10:18:40 +0000"; + std::string cver = "Date: 2005-11-22 10:18:36 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |