diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-30 06:11:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-30 06:11:57 (GMT) |
commit | bc447c7f92730303c16d34cbe3747854b4c776c3 (patch) | |
tree | 74d3c78e775a51d6e4fcc82516861bd8cc9a252c /Source/cmVersion.cxx | |
parent | abe4fd77fc0e85c1e6ffaa25941414c83b090ea7 (diff) | |
download | CMake-bc447c7f92730303c16d34cbe3747854b4c776c3.zip CMake-bc447c7f92730303c16d34cbe3747854b4c776c3.tar.gz CMake-bc447c7f92730303c16d34cbe3747854b4c776c3.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 e32b221..96bdf17 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-29 06:04:21 +0000"; + std::string cver = "Date: 2005-12-30 06:11:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |