diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-25 09:01:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-25 09:01:22 (GMT) |
commit | 557cd3d9936ea1242636805e17a0b3b65844e0fc (patch) | |
tree | 3a58f9c8ee9e00752c63b04c075d4640233b43da /Source | |
parent | 547280b0ba405805802c0a6f74b8eb0c0535155c (diff) | |
download | CMake-557cd3d9936ea1242636805e17a0b3b65844e0fc.zip CMake-557cd3d9936ea1242636805e17a0b3b65844e0fc.tar.gz CMake-557cd3d9936ea1242636805e17a0b3b65844e0fc.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 50caa23..0e57360 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-08-24 08:54:55 +0000"; + std::string cver = "Date: 2005-08-25 09:01:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |