From 65765798d85258c0358b28b90aac68ed1851f49b Mon Sep 17 00:00:00 2001 From: DLL125 <134442578+DLL125@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:11:12 +0200 Subject: Libzip (#1152) * Update LZMA to latest * Update Libzip Libzip updated to latest. --- src/Common/libzip/zipconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Common/libzip/zipconf.h') diff --git a/src/Common/libzip/zipconf.h b/src/Common/libzip/zipconf.h index 00689335..2f8106a4 100644 --- a/src/Common/libzip/zipconf.h +++ b/src/Common/libzip/zipconf.h @@ -8,10 +8,10 @@ based on ../cmake-zipconf.h.in. */ -#define LIBZIP_VERSION "1.9.2" +#define LIBZIP_VERSION "1.10.0" #define LIBZIP_VERSION_MAJOR 1 -#define LIBZIP_VERSION_MINOR 9 -#define LIBZIP_VERSION_MICRO 2 +#define LIBZIP_VERSION_MINOR 10 +#define LIBZIP_VERSION_MICRO 0 /* #undef ZIP_STATIC */ -- cgit v1.2.3