configure: Bump development version to 2.5

* configure.ac: Bump version to 2.5

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2023-10-21 00:33:58 +02:00
parent 067bb0f522
commit ab395a56c5

View File

@ -3,7 +3,7 @@
dnl Libabigail version number is handled here with the major and minor dnl Libabigail version number is handled here with the major and minor
dnl version numbers. dnl version numbers.
m4_define([version_major], [2]) m4_define([version_major], [2])
m4_define([version_minor], [4]) m4_define([version_minor], [5])
dnl Below are the numbers to handle libabigail.so's versionning dnl Below are the numbers to handle libabigail.so's versionning
dnl following the libtool's versionning scheme to handle shared dnl following the libtool's versionning scheme to handle shared