Skip to content

Commit

Permalink
Merge pull request cisco#3265 from mcatanzaro/mcatanzaro/abi6
Browse files Browse the repository at this point in the history
Bump ABI to version 6
  • Loading branch information
sijchen authored Apr 24, 2020
2 parents 418d1b2 + d644364 commit febf616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CCASFLAGS=$(CFLAGS)
STATIC_LDFLAGS=-lstdc++
STRIP ?= strip

SHAREDLIB_MAJORVERSION=5
SHAREDLIB_MAJORVERSION=6
FULL_VERSION := 2.1.0

ifeq (,$(wildcard $(SRC_PATH)gmp-api))
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project('openh264', ['c', 'cpp'],
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

major_version = '5'
major_version = '6'

cpp = meson.get_compiler('cpp')

Expand Down

0 comments on commit febf616

Please sign in to comment.