diff --git a/README.chromium b/README.chromium index 2c3c131f5..a7af0a894 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 528 +Version: 534 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ca0d0c01f..1eb1c36ba 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 528 +#define LIBYUV_VERSION 534 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT