diff options
author | Brad King <brad.king@kitware.com> | 2021-05-24 15:41:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-05-24 15:41:15 (GMT) |
commit | bea145eb25a3f68bb2926e83650485bde00645c2 (patch) | |
tree | cb1f42ab774594e4fbddb8d6dedb5ab1b2425d69 /Utilities/cmexpat/lib/siphash.h | |
parent | 0ac6af4457daa8b247f645d13f6bb8adf9ec0259 (diff) | |
parent | 2da34f062a9fa2aac32a4b1da247a7828da5b6b4 (diff) | |
download | CMake-bea145eb25a3f68bb2926e83650485bde00645c2.zip CMake-bea145eb25a3f68bb2926e83650485bde00645c2.tar.gz CMake-bea145eb25a3f68bb2926e83650485bde00645c2.tar.bz2 |
Merge branch 'upstream-expat' into update-expat
* upstream-expat:
expat 2021-05-23 (a28238bd)
Diffstat (limited to 'Utilities/cmexpat/lib/siphash.h')
-rw-r--r-- | Utilities/cmexpat/lib/siphash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmexpat/lib/siphash.h b/Utilities/cmexpat/lib/siphash.h index a335ec0..952f1c8 100644 --- a/Utilities/cmexpat/lib/siphash.h +++ b/Utilities/cmexpat/lib/siphash.h @@ -11,6 +11,9 @@ * -------------------------------------------------------------------------- * HISTORY: * + * 2020-10-03 (Sebastian Pipping) + * - Drop support for Visual Studio 9.0/2008 and earlier + * * 2019-08-03 (Sebastian Pipping) * - Mark part of sip24_valid as to be excluded from clang-format * - Re-format code using clang-format 9 |