diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-18 13:25:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-18 13:25:48 (GMT) |
commit | 48d9bb5cd698d6496045dcf2eaac624dd4458190 (patch) | |
tree | f15c3c4a5cc4704ef5e42c8f9dcb3f58b90fd03b | |
parent | bfed636366649a21afa93e246036a1b7c10d10aa (diff) | |
download | CMake-48d9bb5cd698d6496045dcf2eaac624dd4458190.zip CMake-48d9bb5cd698d6496045dcf2eaac624dd4458190.tar.gz CMake-48d9bb5cd698d6496045dcf2eaac624dd4458190.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 29c1fe8..79593a2 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-17 13:33:21 +0000"; + std::string cver = "Date: 2004-11-18 13:25:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |