diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-02-06 02:53:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-02-06 02:53:48 (GMT) |
commit | d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1 (patch) | |
tree | 0b3680263acfa5df6e66792258be1d18ad159fba | |
parent | 551397b89866f0e71237a54abc2bf6986dc4a3af (diff) | |
download | CMake-d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1.zip CMake-d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1.tar.gz CMake-d240b7e48b8d6ba631ed60b69b68a8ed8c7655a1.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 d6ed937..84671ae 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-02-05 02:47:21 +0000"; + std::string cver = "Date: 2007-02-06 02:53:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |