diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-17 13:33:21 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-17 13:33:21 (GMT) |
commit | bfed636366649a21afa93e246036a1b7c10d10aa (patch) | |
tree | be61c147aff3858f58c536687c49fe4cbfbf98d9 | |
parent | 09b58f09e4269cfc101ef2e2aceb407b9304f6aa (diff) | |
download | CMake-bfed636366649a21afa93e246036a1b7c10d10aa.zip CMake-bfed636366649a21afa93e246036a1b7c10d10aa.tar.gz CMake-bfed636366649a21afa93e246036a1b7c10d10aa.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 fade33d..29c1fe8 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-16 13:16:57 +0000"; + std::string cver = "Date: 2004-11-17 13:33:21 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |