diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-09 14:57:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-09 14:57:29 (GMT) |
commit | 28b7cc0ac1d4b92cfc02a2db2d43e3d3e9273b8e (patch) | |
tree | 684bcc4450168480ab47229df4f74b3c667a88e4 | |
parent | 7e2759d86d56bba005cb8a358541c0e1addf88b5 (diff) | |
download | CMake-28b7cc0ac1d4b92cfc02a2db2d43e3d3e9273b8e.zip CMake-28b7cc0ac1d4b92cfc02a2db2d43e3d3e9273b8e.tar.gz CMake-28b7cc0ac1d4b92cfc02a2db2d43e3d3e9273b8e.tar.bz2 |
STYLE: Nightly Version update
-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 ef6d81a..c638a4c 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: 2004-11-08 10:46:22 +0000"; + std::string cver = "Date: 2004-11-09 14:57:29 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |