summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-04 15:15:26 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-04 15:15:26 +0100
commite144a20f860a22bfacdf1c09a663f7bb264361eb (patch)
treefa4a2cd43b570c10a845dcb753b72f7dcc614d2e
parent58f8a0258d5878f84634a160728d4bec307ac3bc (diff)
downloadlibtasn1-e144a20f860a22bfacdf1c09a663f7bb264361eb.tar.gz
bumped version
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d32458b..e4d15b2 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.2],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[4.3],[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, 9)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 3)
+AC_SUBST(LT_CURRENT, 10)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 4)
AC_PROG_CC
gl_EARLY