diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-20 08:00:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-20 08:00:19 (GMT) |
commit | e16c8d70d094c139234429d36c271bc375da288b (patch) | |
tree | f1b701e4680df47467ccb759c5a0c21fedf17452 /Source | |
parent | 3ca9ef09b72612bd48438701c03ebadc1295441e (diff) | |
download | CMake-e16c8d70d094c139234429d36c271bc375da288b.zip CMake-e16c8d70d094c139234429d36c271bc375da288b.tar.gz CMake-e16c8d70d094c139234429d36c271bc375da288b.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 5d102c0..ba9442b 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-19 06:53:34 +0000"; + std::string cver = "Date: 2006-02-20 08:00:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |