diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-18 06:05:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-18 06:05:59 (GMT) |
commit | 19138bc9c49c9ba036d1eb27a51a8738a0742e68 (patch) | |
tree | af3d6ce4166f177f0e6a6f7cce0ae9d96b0145fb /Source/cmVersion.cxx | |
parent | ea016d68eae20a87e79270c97865b1bec5685e82 (diff) | |
download | CMake-19138bc9c49c9ba036d1eb27a51a8738a0742e68.zip CMake-19138bc9c49c9ba036d1eb27a51a8738a0742e68.tar.gz CMake-19138bc9c49c9ba036d1eb27a51a8738a0742e68.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 72c3904..c151475 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-12-17 06:12:23 +0000"; + std::string cver = "Date: 2005-12-18 06:05:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |