summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 18:07:23 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 18:07:50 +0100
commit99f058ce44b5354d4d44cfae0b9394a36c1fe8f4 (patch)
tree1c047de2682f6ce041c755776606ce2b14be7e34 /configure.ac
parent3c439d2a5c5fb669645076bcd380a352fb23d725 (diff)
downloadlibtasn1-99f058ce44b5354d4d44cfae0b9394a36c1fe8f4.tar.gz
libtasn1-99f058ce44b5354d4d44cfae0b9394a36c1fe8f4.tar.bz2
libtasn1-99f058ce44b5354d4d44cfae0b9394a36c1fe8f4.zip
bumped version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 839fc6b..a3d089b 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],[3.0],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[3.1],[help-libtasn1@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
@@ -28,9 +28,9 @@ AM_SILENT_RULES([yes])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 6)
+AC_SUBST(LT_CURRENT, 7)
AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 0)
+AC_SUBST(LT_AGE, 1)
AC_PROG_CC
gl_EARLY