From b51ac05b0c31da54699712936fe372651b0d1fdc Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 30 Oct 2015 10:58:25 -0400 Subject: configure.ac: bump up the soname to reflect some API changes. commit 5e0cdfa6 and commit a61bc60c made changes that break the current API. Increase the soname version to reflect those changes. Signed-off-by: Steve Dickson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4d18efa..3a1ea24 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PROG_CC # In addition to these rules, symbol versioning is now in effect. soname # changes should be avoided. # -LT_VERSION_INFO="2:0:1" +LT_VERSION_INFO="3:0:0" AC_SUBST([LT_VERSION_INFO]) AC_CHECK_HEADER([gssapi/gssapi.h], [HAVE_GSSAPI_H=yes], [HAVE_GSSAPI_H=no]) -- cgit v1.2.1