diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-17 14:32:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-17 14:32:05 (GMT) |
commit | c499c0d2735b972e688caa1baa76ca7eea99f442 (patch) | |
tree | ffd1165e6f720f378b9bf2ae72c992370d17725d /Source | |
parent | 94cc5898e71cf9b31c8d3b4ec26c82d1e85895a8 (diff) | |
download | CMake-c499c0d2735b972e688caa1baa76ca7eea99f442.zip CMake-c499c0d2735b972e688caa1baa76ca7eea99f442.tar.gz CMake-c499c0d2735b972e688caa1baa76ca7eea99f442.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 58f9c2c..c8d8add 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: 2006-03-16 14:17:45 +0000"; + std::string cver = "Date: 2006-03-17 14:32:05 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |