diff --git a/README.chromium b/README.chromium index df3999f76..cf911fea9 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1609 +Version: 1611 License: BSD License File: LICENSE diff --git a/include/libyuv/basic_types.h b/include/libyuv/basic_types.h index beb750ba6..54a218143 100644 --- a/include/libyuv/basic_types.h +++ b/include/libyuv/basic_types.h @@ -13,7 +13,7 @@ #include // for NULL, size_t -#if defined(__ANDROID__) || (defined(_MSC_VER) && (_MSC_VER < 1600)) +#if defined(_MSC_VER) && (_MSC_VER < 1600) #include // for uintptr_t on x86 #else #include // for uintptr_t diff --git a/include/libyuv/version.h b/include/libyuv/version.h index dc304c085..c0081dbfb 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 1609 +#define LIBYUV_VERSION 1611 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT