diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-05 07:06:02 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-05 07:06:02 (GMT) |
commit | 06f939a525c027a33cb5de352ce123899c8ae2c6 (patch) | |
tree | a0b717f98532cab82eb14bbad34006dd1e39f688 /Source/cmVersion.cxx | |
parent | bd21ba35a50fa35fe14d97d0ae607b7bdbf310cb (diff) | |
download | CMake-06f939a525c027a33cb5de352ce123899c8ae2c6.zip CMake-06f939a525c027a33cb5de352ce123899c8ae2c6.tar.gz CMake-06f939a525c027a33cb5de352ce123899c8ae2c6.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 1c4673a..846be0e 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-02-04 07:19:37 +0000"; + std::string cver = "Date: 2006-02-05 07:06:02 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |