diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-15 06:47:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-15 06:47:49 (GMT) |
commit | eef9390dc68e8762dacce520451327e948547742 (patch) | |
tree | 381ae86249875fd6660cd3f831f601515e5a7a75 /Source | |
parent | b7fa820118d6989ca4d77dbfcc972c2e903bfe2a (diff) | |
download | CMake-eef9390dc68e8762dacce520451327e948547742.zip CMake-eef9390dc68e8762dacce520451327e948547742.tar.gz CMake-eef9390dc68e8762dacce520451327e948547742.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 5de7b71..d9cc8a9 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-13 09:24:25 +0000"; + std::string cver = "Date: 2005-12-15 06:47:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |