diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-20 23:04:48 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-20 23:04:48 -0400 |
commit | b06f9980e8da60f9a96534c2e583f4883bb6af4b (patch) | |
tree | b7666d5d55f560a0543bfbdcf700f523e860f60b /Source | |
parent | b6826affe8ac4c699dccbd092292ac9c4a870c67 (diff) | |
download | cmake-b06f9980e8da60f9a96534c2e583f4883bb6af4b.tar.gz |
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 d5a12931da..3f7e6ea934 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-10-20 03:03:58 +0000"; + std::string cver = "Date: 2007-10-21 03:04:48 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |