diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-07 03:55:39 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-07 03:55:39 (GMT) |
commit | 768680f4d572bfa6eae37a0793dbda6eee0d146a (patch) | |
tree | b6b16929f4c2300a0fb468b884dbe0d7129afeaf /Source | |
parent | a2ad68fc48457340fa9efd094fc831da61f4c0b8 (diff) | |
download | CMake-768680f4d572bfa6eae37a0793dbda6eee0d146a.zip CMake-768680f4d572bfa6eae37a0793dbda6eee0d146a.tar.gz CMake-768680f4d572bfa6eae37a0793dbda6eee0d146a.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 c8db6d0..caf2d24 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: 2007-11-06 03:32:45 +0000"; + std::string cver = "Date: 2007-11-07 03:55:39 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |