diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-26 09:00:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-26 09:00:55 (GMT) |
commit | af7221b01507060a87767c2afab64764b80d3839 (patch) | |
tree | 8be4484bc6f66c0851b3d71df56f3b22e72c9165 /Source | |
parent | 557cd3d9936ea1242636805e17a0b3b65844e0fc (diff) | |
download | CMake-af7221b01507060a87767c2afab64764b80d3839.zip CMake-af7221b01507060a87767c2afab64764b80d3839.tar.gz CMake-af7221b01507060a87767c2afab64764b80d3839.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 0e57360..3c3fc6b 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-25 09:01:22 +0000"; + std::string cver = "Date: 2005-08-26 09:00:55 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |