From b5a2b3a92948a52f03719557a97d2c5e3617b0bb Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Wed, 1 Feb 2023 11:38:42 -0500 Subject: Update AUTHORS .mailmap and version Bug: webm:1780 Change-Id: I75a24bdd076dc1746b23bababfaafccbce3b4214 --- .mailmap | 1 + AUTHORS | 3 +++ libs.mk | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index 3593de4b9..bb0ddd95b 100644 --- a/.mailmap +++ b/.mailmap @@ -25,6 +25,7 @@ Johann Koenig Johann John Koleszar Joshua Litt +Konstantinos Margaritis Marco Paniconi Marco Paniconi Martin Storsjö diff --git a/AUTHORS b/AUTHORS index 536e0e7cf..2db4a113e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Andoni Morales Alastruey Andres Mejia Andrew Lewis Andrew Russell +Andrew Salkeld Angie Chen Angie Chiang Anton Venema @@ -175,7 +176,9 @@ Rob Bradford Ronald S. Bultje Rui Ueyama Sai Deng +Salome Thirot Sami Pietilä +Sam James Sarah Parker Sasi Inguva Scott Graham diff --git a/libs.mk b/libs.mk index fb6fbbeb2..1f7f03aa3 100644 --- a/libs.mk +++ b/libs.mk @@ -312,8 +312,8 @@ $(BUILD_PFX)libvpx_g.a: $(LIBVPX_OBJS) # To determine SO_VERSION_{MAJOR,MINOR,PATCH}, calculate c,a,r with current # SO_VERSION_* then follow the rules in the link to detemine the new version # (c1, a1, r1) and set MAJOR to [c1-a1], MINOR to a1 and PATCH to r1 -SO_VERSION_MAJOR := 7 -SO_VERSION_MINOR := 1 +SO_VERSION_MAJOR := 8 +SO_VERSION_MINOR := 0 SO_VERSION_PATCH := 0 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS)) LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib -- cgit v1.2.1