diff --git a/README.chromium b/README.chromium index 55dcc1b4b..943434d44 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1519 +Version: 1520 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 192609d2f..893ee353f 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 1519 +#define LIBYUV_VERSION 1520 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/unit_test/color_test.cc b/unit_test/color_test.cc index 45fef219a..d356a8692 100644 --- a/unit_test/color_test.cc +++ b/unit_test/color_test.cc @@ -27,7 +27,7 @@ namespace libyuv { #define ERROR_G 1 #define ERROR_B 3 #define ERROR_FULL 6 -#define ERROR_J420 4 +#define ERROR_J420 5 #else #define ERROR_R 1 #define ERROR_G 1