diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 15:24:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-03 15:24:11 (GMT) |
commit | 643538fccaacb7b1785f8f982709b9142b154401 (patch) | |
tree | 65f22c542a6ab20706d37dd498daf24d4605d1a7 | |
parent | cb0cd91ff38ab6de956236d0c042ae74800d03a7 (diff) | |
download | CMake-643538fccaacb7b1785f8f982709b9142b154401.zip CMake-643538fccaacb7b1785f8f982709b9142b154401.tar.gz CMake-643538fccaacb7b1785f8f982709b9142b154401.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 3b24e60..9422f95 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-02 15:22:52 +0000"; + std::string cver = "Date: 2005-08-03 15:24:11 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |