[4/4,applied] Bump LIBABIGAIL_SO_CURRENT version to 4

Message ID 87edg5ncep.fsf@redhat.com
State New
Headers
Series Support C++ pointer-to-member types |

Commit Message

Dodji Seketeli Dec. 1, 2023, 3:57 p.m. UTC
  Hello,

Recent patches change the ABI of the library, namely, by adding
parameters to functions like is_pointer_type or adding virtual member
functions to classes in the IR.  Thus the LIBABIGAIL_SO_CURRENT
version has to be bumped from 3 to 4.

	* configure.ac: Set LIBABIGAIL_SO_CURRENT to 4.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to master.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/configure.ac b/configure.ac
index 2da4d152..65b738d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],  [3])
+m4_define([libabigail_so_current],  [4])
 m4_define([libabigail_so_revision], [0])
 m4_define([libabigail_so_age],      [0])