diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-10 04:16:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-10 04:16:01 (GMT) |
commit | 7859d9332dfba1128f299c7701622f2a30525296 (patch) | |
tree | 439e80bcc0a0e0f3612a024cdce4ef6eb892a63c /Source/cmVersion.cxx | |
parent | 57e46c74d427e7d0ad19fa8671110908cf325cd9 (diff) | |
download | CMake-7859d9332dfba1128f299c7701622f2a30525296.zip CMake-7859d9332dfba1128f299c7701622f2a30525296.tar.gz CMake-7859d9332dfba1128f299c7701622f2a30525296.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 eddc35f..cfab13e 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-09 04:03:35 +0000"; + std::string cver = "Date: 2007-11-10 04:16:01 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |