Bump libpkgconf SOVERSION for 1.9.0 changes.

pull/242/head
Ariadne Conill 2022-08-07 04:46:35 +00:00
parent da9b2cfbc1
commit 23556ff818
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ libpkgconf_la_SOURCES = \
libpkgconf/path.c \
libpkgconf/personality.c \
libpkgconf/parser.c
libpkgconf_la_LDFLAGS = -no-undefined -version-info 3:0:0 -export-symbols-regex '^pkgconf_'
libpkgconf_la_LDFLAGS = -no-undefined -version-info 4:0:0 -export-symbols-regex '^pkgconf_'
dist_man_MANS = \
man/pkgconf.1 \

View File

@ -82,8 +82,8 @@ libpkgconf = library('pkgconf',
'libpkgconf/tuple.c',
c_args: ['-DLIBPKGCONF_EXPORT', build_static],
install : true,
version : '3.0.0',
soversion : '3',
version : '4.0.0',
soversion : '4',
)
# For other projects using libpkgconfig as a subproject