diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-17 09:44:00 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-17 09:44:00 (GMT) |
commit | b3dd7f1d89a02a68134afde3c67f775cf7bccc9e (patch) | |
tree | 401ef3834320f29c233ab632c6039ba96232ebe9 | |
parent | e08ce7e9a82c359776b16ce412d2150f68ed1208 (diff) | |
download | CMake-b3dd7f1d89a02a68134afde3c67f775cf7bccc9e.zip CMake-b3dd7f1d89a02a68134afde3c67f775cf7bccc9e.tar.gz CMake-b3dd7f1d89a02a68134afde3c67f775cf7bccc9e.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 4f91e5b..63d07c5 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-08-16 09:46:13 +0000"; + std::string cver = "Date: 2005-08-17 09:44:00 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |