mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
bump version to 1.6.0
libwebp{,decoder} - 1.6.0 libwebp libtool - 9.0.2 libwebpdecoder libtool - 5.0.2 mux - 1.6.0 libtool - 4.2.1 demux - 1.6.0 libtool - 2.17.0 sharpyuv - 0.4.2 libtool - 1.2.1 Bug: webp:427525168 Change-Id: Icac046c653b8f0901867cb9680be0cad22314e45
This commit is contained in:
@ -52,7 +52,7 @@ extern "C" {
|
||||
// SharpYUV API version following the convention from semver.org
|
||||
#define SHARPYUV_VERSION_MAJOR 0
|
||||
#define SHARPYUV_VERSION_MINOR 4
|
||||
#define SHARPYUV_VERSION_PATCH 1
|
||||
#define SHARPYUV_VERSION_PATCH 2
|
||||
// Version as a uint32_t. The major number is the high 8 bits.
|
||||
// The minor number is the middle 8 bits. The patch number is the low 16 bits.
|
||||
#define SHARPYUV_MAKE_VERSION(MAJOR, MINOR, PATCH) \
|
||||
|
Reference in New Issue
Block a user