Skip to content

Commit f33b4cf

Browse files
committed
Bump SONAME on libnvpair
The nvlist_snprintf() function was added to the ABI of libnvpair. No other symbols were modified or removed. Bump the library-info SONAME current and age args to reflect this is a minor library version update. Signed-off-by: Brian Behlendorf <[email protected]>
1 parent 962474d commit f33b4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libnvpair/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ if !ASAN_ENABLED
3030
libnvpair_la_LDFLAGS += -Wl,-z,defs
3131
endif
3232

33-
libnvpair_la_LDFLAGS += -version-info 3:0:0
33+
libnvpair_la_LDFLAGS += -version-info 4:0:1
3434

3535
dist_noinst_DATA += %D%/libnvpair.abi %D%/libnvpair.suppr

0 commit comments

Comments
 (0)