From e38886a771776c7fbef30d2decc79bdad990bd68 Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Tue, 24 Mar 2015 21:23:25 +0000 Subject: [PATCH] mux.h: Bump up ABI version This was not bumped up after some recent changes; e.g. WebPAnimEncoderOptionsInit() method. Change-Id: Ia473b83ddd7a3d8c227d8eeb126809a97e327475 --- src/webp/mux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webp/mux.h b/src/webp/mux.h index 26a58711..2a0fc858 100644 --- a/src/webp/mux.h +++ b/src/webp/mux.h @@ -22,7 +22,7 @@ extern "C" { #endif -#define WEBP_MUX_ABI_VERSION 0x0103 // MAJOR(8b) + MINOR(8b) +#define WEBP_MUX_ABI_VERSION 0x0104 // MAJOR(8b) + MINOR(8b) //------------------------------------------------------------------------------ // Mux API