diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-26 10:21:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-26 10:21:29 (GMT) |
commit | 820bda2e00ce299b275b833d616fd235acbda3d0 (patch) | |
tree | 192d774596b145ab624b382627aa743263537a0c | |
parent | 4918330de73aa4758c1e9084392ae4d4f3d29fb6 (diff) | |
download | CMake-820bda2e00ce299b275b833d616fd235acbda3d0.zip CMake-820bda2e00ce299b275b833d616fd235acbda3d0.tar.gz CMake-820bda2e00ce299b275b833d616fd235acbda3d0.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 5a19709..cc5fa96 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-11-25 10:18:47 +0000"; + std::string cver = "Date: 2005-11-26 10:21:29 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |