diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-05 11:47:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-05 11:47:16 (GMT) |
commit | b1e82cf976407454daba73dce1284134a0589a4a (patch) | |
tree | deb520c5a5a843e5bdf414aab93fd25c2a077c49 | |
parent | 1cf4d146fc7de742ddc37e1536cd0f8c0ee7ac38 (diff) | |
download | CMake-b1e82cf976407454daba73dce1284134a0589a4a.zip CMake-b1e82cf976407454daba73dce1284134a0589a4a.tar.gz CMake-b1e82cf976407454daba73dce1284134a0589a4a.tar.bz2 |
STYLE: Nightly Version update
-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 d42ac37..12fc214 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-07-04 11:55:26 +0000"; + std::string cver = "Date: 2006-07-05 11:47:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |