diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-25 06:07:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-25 06:07:33 (GMT) |
commit | 41e0d83b694036a8a31a97069208abbad63d9172 (patch) | |
tree | 46d564bc9e402b03ba0a4f1a99c5ec42fb4518c2 /Source/cmVersion.cxx | |
parent | c8993a5952b5b98a3024882e9fdff6d49f61e0c0 (diff) | |
download | CMake-41e0d83b694036a8a31a97069208abbad63d9172.zip CMake-41e0d83b694036a8a31a97069208abbad63d9172.tar.gz CMake-41e0d83b694036a8a31a97069208abbad63d9172.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 a1996f7..3fa8b56 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-12-24 06:03:56 +0000"; + std::string cver = "Date: 2005-12-25 06:07:33 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |