From b83a0a9460432abb82218da247710a1aaf321336 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Thu, 12 Apr 2018 14:25:27 +0200 Subject: Update the bundled libwebp to version 0.6.1 Upstream changes since 0.6.0 have been merged in. Also updated version in qt_attribution.json. Change-Id: I6f46bdfe2dd7288dbe61c4d7924309bb435e3928 Reviewed-by: Liang Qi --- src/3rdparty/libwebp/src/webp/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/3rdparty/libwebp/src/webp/config.h') diff --git a/src/3rdparty/libwebp/src/webp/config.h b/src/3rdparty/libwebp/src/webp/config.h index 731115b..5ca2e3d 100644 --- a/src/3rdparty/libwebp/src/webp/config.h +++ b/src/3rdparty/libwebp/src/webp/config.h @@ -79,7 +79,7 @@ #define PACKAGE_NAME "libwebp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libwebp 0.6.0" +#define PACKAGE_STRING "libwebp 0.6.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libwebp" @@ -88,7 +88,7 @@ #define PACKAGE_URL "http://developers.google.com/speed/webp" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.6.0" +#define PACKAGE_VERSION "0.6.1" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -98,7 +98,7 @@ /* #undef STDC_HEADERS */ /* Version number of package */ -#define VERSION "0.6.0" +#define VERSION "0.6.1" /* Enable experimental code */ /* #undef WEBP_EXPERIMENTAL_FEATURES */ -- cgit v1.2.3