diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-11 08:58:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-11 08:58:27 (GMT) |
commit | 8fe7ea644d86457a4d99a484c69eda135208450a (patch) | |
tree | 41909f5b0f3b4be58b5be0cb98ca550a4f2a07db | |
parent | b1f6edf0177d92d2c33b2aa97fe7fa61530db018 (diff) | |
download | CMake-8fe7ea644d86457a4d99a484c69eda135208450a.zip CMake-8fe7ea644d86457a4d99a484c69eda135208450a.tar.gz CMake-8fe7ea644d86457a4d99a484c69eda135208450a.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 92faf26..218ee21 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-04-10 08:06:54 +0000"; + std::string cver = "Date: 2005-04-11 08:58:27 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |