diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-03 07:02:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-03 07:02:41 (GMT) |
commit | 69911a74aa0da0fb9f6be379321bc429d34a1c5d (patch) | |
tree | effaecc15aca375b8a82af386ad54a7450a62655 | |
parent | baf5601acb6c9fcf7357d48d53e4e9f0f107bb2b (diff) | |
download | CMake-69911a74aa0da0fb9f6be379321bc429d34a1c5d.zip CMake-69911a74aa0da0fb9f6be379321bc429d34a1c5d.tar.gz CMake-69911a74aa0da0fb9f6be379321bc429d34a1c5d.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 a51f442..7d4d156 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-07-02 05:25:15 +0000"; + std::string cver = "Date: 2005-07-03 07:02:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |