aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2024-01-08 12:42:01 -0500
committerJerome Jiang <jianj@google.com>2024-01-09 09:18:35 -0500
commit2b1f6859f63ed874b27dc386e7d531536520e1ab (patch)
treeb22138a8532c5ac49b171f6137157ef409d4eb72
parente32df98af592b646590cf2a865d737400568ef5d (diff)
downloadlibvpx-2b1f6859f63ed874b27dc386e7d531536520e1ab.tar.gz
Update version
Before release: c-a=8, a=0, r=1 -> c=8, a=0, r=1 After release: - If the library source code has changed at all since the last update, then increment revision: c=8, a=0, r=r+1=2 - If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0: c=c+1=9, a=0, r=0 - If any interfaces have been added since the last public release, then increment age: c=9, a=a+1=1, r=0 - If any interfaces have been removed or changed since the last public release, then set age to 0: c=9, a=0, r=0 (VpxTpl* structure changes) MAJOR=c-a=9 MINOR=a=0 PATCH=r=0 Bug: webm:1833 Change-Id: Id24c9a0ff415a6f625d17b6098cdd0baf27432e3
-rw-r--r--libs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs.mk b/libs.mk
index ff1c569c3..596438671 100644
--- a/libs.mk
+++ b/libs.mk
@@ -313,9 +313,9 @@ $(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 := 8
+SO_VERSION_MAJOR := 9
SO_VERSION_MINOR := 0
-SO_VERSION_PATCH := 1
+SO_VERSION_PATCH := 0
ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))
LIBVPX_SO := libvpx.$(SO_VERSION_MAJOR).dylib
SHARED_LIB_SUF := .dylib