bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 May 2014 20:58:21 +0000 (22:58 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 May 2014 20:58:21 +0000 (22:58 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index cb36265..809d0ef 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU Libtasn1 NEWS                                     -*- outline -*-
 
-* Noteworthy changes in release 3.5 (unreleased)
+* Noteworthy changes in release 3.5 (released 2014-05-01)
 - Correctly handle decoding of recursive CHOICE options.
 - Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.
 - Several small bug fixes found by coverity.
index c377a23..e3e5ec1 100644 (file)
@@ -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],[3.4],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[3.5],[help-libtasn1@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
@@ -29,7 +29,7 @@ AM_SILENT_RULES([yes])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 8)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 2)
 
 AC_PROG_CC