configure: Bump the CURRENT library number
authorDodji Seketeli <dodji@redhat.com>
Fri, 10 Feb 2023 12:18:19 +0000 (13:18 +0100)
committerDodji Seketeli <dodji@redhat.com>
Fri, 10 Feb 2023 12:18:19 +0000 (13:18 +0100)
The interface has changed in an incompatible way since the last
release as the vtable of fe_iface has changed in an incompatible, at
very least.  So bump the LIBABIGAIL_SO_CURRENT version number to
reflect that.

* configure.ac: Bump LIBABIGAIL_SO_CURRENT to 2.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac

index 4d214b1c3cc669a55926fb8c15eded916517155c..56437ef594ba8a09d6b14d51a9f4ca7229d7a311 100644 (file)
@@ -25,7 +25,7 @@ dnl    then increment LIBABIGAIL_SO_AGE.
 dnl 
 dnl 4. If any interfaces have been removed or changed since the last
 dnl     public release, then set LIBABIGAIL_SO_AGE to 0.
-m4_define([libabigail_so_current],  [1])
+m4_define([libabigail_so_current],  [2])
 m4_define([libabigail_so_revision], [0])
 m4_define([libabigail_so_age],      [0])