From 7363dff25ca5a920eb3e876e730ad7ce2b8124f6 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 23 Dec 2020 19:50:03 -0800 Subject: [PATCH] webp/encode.h: restore WEBP_ENCODER_ABI_VERSION to v1.1.0 this was missed in: f9b30586 fix ABI breakage introduced by 6a0ff358 Bug: webp:484 Change-Id: I64c9e5d1113209727f1ede467316549b4f2ad116 --- src/webp/encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webp/encode.h b/src/webp/encode.h index 565c029b..b4c599df 100644 --- a/src/webp/encode.h +++ b/src/webp/encode.h @@ -20,7 +20,7 @@ extern "C" { #endif -#define WEBP_ENCODER_ABI_VERSION 0x0210 // MAJOR(8b) + MINOR(8b) +#define WEBP_ENCODER_ABI_VERSION 0x020f // MAJOR(8b) + MINOR(8b) // Note: forward declaring enumerations is not allowed in (strict) C and C++, // the types are left here for reference.