summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-10-30 10:58:25 -0400
committerSteve Dickson <steved@redhat.com>2015-10-30 11:15:04 -0400
commitb51ac05b0c31da54699712936fe372651b0d1fdc (patch)
tree321633c04099d70937c5a7f566122ed7e5f322c9 /configure.ac
parent2f12903f3955e1e290547b71e7a491b6327192c3 (diff)
downloadti-rpc-b51ac05b0c31da54699712936fe372651b0d1fdc.tar.gz
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 <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])