Skip to content

Commit 0c19a5c

Browse files
authored
update so version (#3576)
1 parent b9d3491 commit 0c19a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ STATIC_LDFLAGS=-lstdc++
3636
STRIP ?= strip
3737
USE_STACK_PROTECTOR = Yes
3838

39-
SHAREDLIB_MAJORVERSION=6
39+
SHAREDLIB_MAJORVERSION=7
4040
FULL_VERSION := 2.3.0
4141

4242
ifeq (,$(wildcard $(SRC_PATH)gmp-api))

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project('openh264', ['c', 'cpp'],
44
default_options : [ 'warning_level=1',
55
'buildtype=debugoptimized' ])
66

7-
major_version = '6'
7+
major_version = '7'
88

99
cpp = meson.get_compiler('cpp')
1010

0 commit comments

Comments
 (0)