Bump version number in order to expose new API

Bug: 357721018
Change-Id: I2c6e115cd049db2038631195305c5907764d5c7b
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5768078
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
Chunbo Hua 2024-08-07 10:18:12 +08:00 committed by Frank Barchard
parent fc94178260
commit e23bc72e8e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: https://chromium.googlesource.com/libyuv/libyuv/
Version: 1893
Version: 1894
License: BSD
License File: LICENSE
Shipped: yes

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1893
#define LIBYUV_VERSION 1894
#endif // INCLUDE_LIBYUV_VERSION_H_