From f9a31e011e211d376bcd0062c0d9f2a7380c265a Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sun, 13 Feb 2022 22:41:13 +0200 Subject: [PATCH] bump the ABI minor since we're adding all these new entry points --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f9b5cdb..77032f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ ifeq ($(shell uname -s), Darwin) shared = -dynamiclib else so_major = 0 - so_minor = 2 + so_minor = 3 devlink = lib$(name).so soname = $(devlink).$(so_major) lib_so = $(soname).$(so_minor)