From e23bc72e8e65f1a528af07a60113962c3d3e5dcd Mon Sep 17 00:00:00 2001 From: Chunbo Hua Date: Wed, 7 Aug 2024 10:18:12 +0800 Subject: [PATCH] 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 --- README.chromium | 2 +- include/libyuv/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.chromium b/README.chromium index bfe0f4523..40c02d73f 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: https://chromium.googlesource.com/libyuv/libyuv/ -Version: 1893 +Version: 1894 License: BSD License File: LICENSE Shipped: yes diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 36e10aa4b..5920422cc 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -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_