diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-02 11:13:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-02 11:13:26 (GMT) |
commit | f445b9491d4ae8dc6d194427aeb0764f1e61c32b (patch) | |
tree | 4aec4b4b3e5183d486b5bbfc90b3e99cdc9ac0e0 | |
parent | 920df088ab936be02d4ad2882a9ca94b3344b491 (diff) | |
download | CMake-f445b9491d4ae8dc6d194427aeb0764f1e61c32b.zip CMake-f445b9491d4ae8dc6d194427aeb0764f1e61c32b.tar.gz CMake-f445b9491d4ae8dc6d194427aeb0764f1e61c32b.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 259e6a8..148eb74 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: 2004-12-01 11:25:01 +0000"; + std::string cver = "Date: 2004-12-02 11:13:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |