diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-06 10:40:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-06 10:40:31 (GMT) |
commit | a204ee05940f4bce9b1e8c4153a56a74e9ddc465 (patch) | |
tree | e6d028e138caa22f989f28817e9b14a33718ca73 /Source/cmVersion.cxx | |
parent | d39b877ea4232ff9759aac575fa0feda9c13ca5b (diff) | |
download | CMake-a204ee05940f4bce9b1e8c4153a56a74e9ddc465.zip CMake-a204ee05940f4bce9b1e8c4153a56a74e9ddc465.tar.gz CMake-a204ee05940f4bce9b1e8c4153a56a74e9ddc465.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 cfa9adc..5e93d99 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-11-05 10:38:35 +0000"; + std::string cver = "Date: 2004-11-06 10:40:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |