mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
mux.h: Bump up ABI version
This was not bumped up after some recent changes; e.g. WebPAnimEncoderOptionsInit() method. Change-Id: Ia473b83ddd7a3d8c227d8eeb126809a97e327475
This commit is contained in:
parent
46305ca649
commit
e38886a771
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user