From 626ff35955c2c35b806b3e0ecf551a1a8611cdbf Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Tue, 5 Oct 2021 15:57:34 -0700 Subject: [PATCH] Update AUTHORS and version info in libs.mk Bug: webm:1732 Change-Id: I29ce77c7d02bd2f5cb0ef8412333df032744b668 --- AUTHORS | 6 ++++++ libs.mk | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e804842..174cc59 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Aaron Watry Abo Talib Mahfoodh +Adam B. Goode Adrian Grange Ahmad Sharif Aidan Welch @@ -25,6 +26,7 @@ Angie Chiang Aron Rosenberg Attila Nagy Birk Magnussen +Bohan Li Brian Foley Brion Vibber changjun.yang @@ -34,6 +36,7 @@ Chi Yo Tsai chm Chris Cunningham Christian Duvivier +Chunbo Hua Clement Courbet Daniele Castagna Daniel Kang @@ -68,6 +71,7 @@ Han Shen Harish Mahendrakar Henrik Lundin Hien Ho +Hirokazu Honda Hui Su Ivan Krasin Ivan Maltz @@ -97,6 +101,7 @@ Johann Koenig John Koleszar Johnny Klonaris John Stark +Jonathan Wright Jon Kunkee Jorge E. Moreira Joshua Bleecher Snyder @@ -146,6 +151,7 @@ Pengchong Jin Peter Boström Peter Collingbourne Peter de Rivaz +Peter Kasting Philip Jägenstedt Priit Laes Rafael Ávila de Espíndola diff --git a/libs.mk b/libs.mk index f5b43ab..7cd973b 100644 --- a/libs.mk +++ b/libs.mk @@ -299,8 +299,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 := 6 -SO_VERSION_MINOR := 4 +SO_VERSION_MAJOR := 7 +SO_VERSION_MINOR := 0 SO_VERSION_PATCH := 0 ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS)) LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib -- 2.7.4