diff --git a/README.chromium b/README.chromium index c35afd3ef..a1f021c4f 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 379 +Version: 380 License: BSD License File: LICENSE diff --git a/include/libyuv/row.h b/include/libyuv/row.h index ddf87a4ee..c8fdd5961 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -670,6 +670,6 @@ void ARGBInterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr, } // namespace libyuv #endif -#endif // INCLUDE_LIBYUV_ROW_H_ +#endif // INCLUDE_LIBYUV_ROW_H_ NOLINT diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 507c4c89a..f72313dfc 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 379 +#define LIBYUV_VERSION 380 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT