diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-30 10:22:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-30 10:22:50 (GMT) |
commit | 358a9b133d9caaa02b07a850cc4ae7545007f087 (patch) | |
tree | 633a9b905a467a81feff7d58f34f68571ce1452b | |
parent | b8b27089e75bd877a5aeb7f0702ccc51696c582f (diff) | |
download | CMake-358a9b133d9caaa02b07a850cc4ae7545007f087.zip CMake-358a9b133d9caaa02b07a850cc4ae7545007f087.tar.gz CMake-358a9b133d9caaa02b07a850cc4ae7545007f087.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 8e289cf..af79ce5 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-29 10:24:45 +0000"; + std::string cver = "Date: 2005-11-30 10:22:50 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |