From 2dadce3705ffc2de4019fd08a4eb9ddeb3651c76 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 10 Dec 2007 17:02:04 +0100 Subject: [PATCH] Bump versions. --- NEWS | 3 +++ configure.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3367267..e0660de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.2 (unreleased) +- Update gnulib files. + Version 1.1 (released 2007-08-31) - Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10. diff --git a/configure.in b/configure.in index bf62e08..a3bbf6f 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. # along with this program. If not, see . AC_PREREQ(2.61) -AC_INIT([libtasn1],[1.1],[bug-gnutls@gnu.org]) +AC_INIT([libtasn1],[1.2],[bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.10]) @@ -28,7 +28,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 3) -AC_SUBST(LT_REVISION, 12) +AC_SUBST(LT_REVISION, 13) AC_SUBST(LT_AGE, 0) AC_PROG_CC -- 2.7.4