diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-23 09:57:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-23 09:57:00 (GMT) |
commit | cad1975871b00d9f1bd7adc795816aefe3ab3c73 (patch) | |
tree | 8ae9fb94b8c2a18e93bc4a441cfcec811d5e395b /Source | |
parent | 5c3bd0e8e2341c773edce79121f58eae29a28965 (diff) | |
download | CMake-cad1975871b00d9f1bd7adc795816aefe3ab3c73.zip CMake-cad1975871b00d9f1bd7adc795816aefe3ab3c73.tar.gz CMake-cad1975871b00d9f1bd7adc795816aefe3ab3c73.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 a832ab8..76bb869 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-06-22 09:43:46 +0000"; + std::string cver = "Date: 2005-06-23 09:57:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |