diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-26 15:45:48 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-26 15:45:48 (GMT) |
commit | 97286f3470c9245f53b12c66187d0fb52661aa5c (patch) | |
tree | b9030e9457c6a86e1551838f25543213f18803e1 /Source | |
parent | 82a8e9be99ca26f6941d5cf7dc7d79db82f8128c (diff) | |
download | CMake-97286f3470c9245f53b12c66187d0fb52661aa5c.zip CMake-97286f3470c9245f53b12c66187d0fb52661aa5c.tar.gz CMake-97286f3470c9245f53b12c66187d0fb52661aa5c.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 8f08c4e..d605d25 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: 2005-07-25 15:41:48 +0000"; + std::string cver = "Date: 2005-07-26 15:45:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |