diff mbox series

[19/19] configure: Release 3.0

Message ID 20200702033918.708013-20-amitay@ozlabs.org
State Accepted
Headers show
Series Fixes and cleanup before release | expand

Commit Message

Amitay Isaacs July 2, 2020, 3:39 a.m. UTC
The library API has changed, so update SO library version.

Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index 3e3db10..0f8b9de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@ 
-AC_INIT([pdbg], [2.5-rc1])
+AC_INIT([pdbg], [3.0])
 AM_INIT_AUTOMAKE([subdir-objects])
 AM_SILENT_RULES([yes])
-AC_SUBST(SONAME_CURRENT, 3)
+AC_SUBST(SONAME_CURRENT, 4)
 AC_SUBST(SONAME_REVISION, 0)
 AC_SUBST(SONAME_AGE, 0)