From 3aebf69d668177e7ee6dbbe0025e5c3dbb525ff2 Mon Sep 17 00:00:00 2001 From: Yuan Tong Date: Wed, 16 Mar 2022 15:01:28 +0800 Subject: [PATCH] Fix newline in version.h Bug: libyuv:920 Change-Id: I10406f6db8a1d161d6a6a9539add2075e4a4a7b2 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3527834 Reviewed-by: Frank Barchard Commit-Queue: Frank Barchard --- README.chromium | 2 +- include/libyuv/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.chromium b/README.chromium index 8e9fa4746..940a01421 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1812 +Version: 1813 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index dcdc8d94f..e9ad82d9a 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 1812 +#define LIBYUV_VERSION 1813 -#endif // INCLUDE_LIBYUV_VERSION_H_ \ No newline at end of file +#endif // INCLUDE_LIBYUV_VERSION_H_