diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-05 02:31:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-03-05 02:31:10 (GMT) |
commit | d4798181a23581a55696f8fabb059696740ceeba (patch) | |
tree | dfd503e64f627a27c6d855cff621f5d3e7a26519 /Source | |
parent | 55280c55248b6e5e377ce654bb384eea2138b4ea (diff) | |
download | CMake-d4798181a23581a55696f8fabb059696740ceeba.zip CMake-d4798181a23581a55696f8fabb059696740ceeba.tar.gz CMake-d4798181a23581a55696f8fabb059696740ceeba.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 15cc771..920d8a6 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: 2007-03-04 02:26:10 +0000"; + std::string cver = "Date: 2007-03-05 02:31:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |