From: Simon Josefsson Date: Mon, 10 Dec 2007 16:02:04 +0000 (+0100) Subject: Bump versions. X-Git-Tag: upstream/4.0~676 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dadce3705ffc2de4019fd08a4eb9ddeb3651c76;p=platform%2Fupstream%2Flibtasn1.git Bump versions. --- 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