aboutsummaryrefslogtreecommitdiff
path: root/include/libyuv/version.h
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-08-28 15:11:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-28 15:11:24 +0000
commit08f747f785e3032936ed9357560bc0ad39658287 (patch)
tree5d9b28c2e73f9d5e76d9556181a6cf73ac4bd182 /include/libyuv/version.h
parent8ef2efc6534659701bc7114e57133207547f60e7 (diff)
parent678702573531f19ae36847a6a07257aaae623fbe (diff)
downloadlibyuv-08f747f785e3032936ed9357560bc0ad39658287.tar.gz
Merge "Move libyuv/files/ directly under libyuv" into main
Diffstat (limited to 'include/libyuv/version.h')
-rw-r--r--include/libyuv/version.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/libyuv/version.h b/include/libyuv/version.h
new file mode 100644
index 00000000..b6623dbb
--- /dev/null
+++ b/include/libyuv/version.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2012 The LibYuv Project Authors. All rights reserved.
+ *
+ * Use of this source code is governed by a BSD-style license
+ * that can be found in the LICENSE file in the root of the source
+ * tree. An additional intellectual property rights grant can be found
+ * in the file PATENTS. All contributing project authors may
+ * be found in the AUTHORS file in the root of the source tree.
+ */
+
+#ifndef INCLUDE_LIBYUV_VERSION_H_
+#define INCLUDE_LIBYUV_VERSION_H_
+
+#define LIBYUV_VERSION 1871
+
+#endif // INCLUDE_LIBYUV_VERSION_H_