Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Sat, 11 Feb 2006 10:47:24 +0000 (10:47 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 11 Feb 2006 10:47:24 +0000 (10:47 +0000)
configure.in

index 51ac267..8277549 100644 (file)
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script.
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.59)
-AC_INIT(libtasn1, 0.2.18, bug-gnutls@gnu.org)
+AC_INIT(libtasn1, 0.3.0, bug-gnutls@gnu.org)
 AM_INIT_AUTOMAKE([1.9 gnits])
 AM_CONFIG_HEADER(config.h)
 AB_INIT
@@ -27,8 +27,8 @@ AB_INIT
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 2)
-AC_SUBST(LT_REVISION, 18)
+AC_SUBST(LT_CURRENT, 3)
+AC_SUBST(LT_REVISION, 0)
 AC_SUBST(LT_AGE, 0)
 
 AC_PROG_CC