summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-29 06:36:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-29 06:36:50 +0200
commit7549fb5b31caf2155f5105bc04b284e188e8062f (patch)
treebf1e77bd6d623f8ea9f9d5418d4d18772f97ea48
parent740b1ba39f8c95fa24665e44a3a2d3e0a19ae3a8 (diff)
downloadlibtasn1-7549fb5b31caf2155f5105bc04b284e188e8062f.tar.gz
fixed so-version bump
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8774340..3b445c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61])
-AC_INIT([GNU Libtasn1],[4.11],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[4.12],[help-libtasn1@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
@@ -28,8 +28,8 @@ AM_SILENT_RULES([yes])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 12)
-AC_SUBST(LT_REVISION, 3)
+AC_SUBST(LT_CURRENT, 11)
+AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 5)
AC_PROG_CC