bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 28 Oct 2012 13:27:11 +0000 (14:27 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 28 Oct 2012 13:35:40 +0000 (14:35 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d5c9297..7ab3347 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
-* Noteworthy changes in release 3.0 (unreleased) [stable]
+* Noteworthy changes in release 3.0 (2012-10-28) [stable]
 - Added tool in tests/ to benchmark X.509 structure decoding.
 - Added asn1_read_node_value() to obtain a node's value.
 - Optimizations in internal tree allocation.
index 5a691e6..c10e368 100644 (file)
@@ -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, 5)
+AC_SUBST(LT_CURRENT, 6)
 AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 2)
+AC_SUBST(LT_AGE, 3)
 
 AC_PROG_CC
 gl_EARLY