Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | /* |
michael@0 | 2 | * Copyright 2012 The LibYuv Project Authors. All rights reserved. |
michael@0 | 3 | * |
michael@0 | 4 | * Use of this source code is governed by a BSD-style license |
michael@0 | 5 | * that can be found in the LICENSE file in the root of the source |
michael@0 | 6 | * tree. An additional intellectual property rights grant can be found |
michael@0 | 7 | * in the file PATENTS. All contributing project authors may |
michael@0 | 8 | * be found in the AUTHORS file in the root of the source tree. |
michael@0 | 9 | */ |
michael@0 | 10 | |
michael@0 | 11 | #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT |
michael@0 | 12 | #define INCLUDE_LIBYUV_VERSION_H_ |
michael@0 | 13 | |
michael@0 | 14 | #define LIBYUV_VERSION 971 |
michael@0 | 15 | |
michael@0 | 16 | #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT |