diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-04 11:38:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-04 11:38:50 (GMT) |
commit | 66faeeeab4fb77800afdab5c9ea73ad71873fb71 (patch) | |
tree | 562d1bb6a71eb39cbc50ebdb51aa115f24d3a6fe /Source | |
parent | 6e217924ce793d1dec2a10a755ff5663bc57cbb7 (diff) | |
download | CMake-66faeeeab4fb77800afdab5c9ea73ad71873fb71.zip CMake-66faeeeab4fb77800afdab5c9ea73ad71873fb71.tar.gz CMake-66faeeeab4fb77800afdab5c9ea73ad71873fb71.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 e3f1cd3..4655af8 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-04-03 11:37:49 +0000"; + std::string cver = "Date: 2006-04-04 11:38:50 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |