summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-15 20:46:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-15 20:46:00 +0200
commitfb358bfef2ead85a3e3426e2b810ec2c644b37a2 (patch)
tree9c507474df5036e75a794a9397531b69595c83bb
parentbba37cfd17b4bbe4478a39f2fd7e4b8d31b5593b (diff)
downloadlibtasn1-fb358bfef2ead85a3e3426e2b810ec2c644b37a2.tar.gz
bumped versionlibtasn1_3_9
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d6f06df..3a05f9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Libtasn1 NEWS -*- outline -*-
-* Noteworthy changes in release 3.9 (unreleased) [stable]
+* Noteworthy changes in release 3.9 (released 2014-09-15) [stable]
- Fixes in the decoding of OCTET STRING when close to the end
of the structure.
diff --git a/configure.ac b/configure.ac
index 47062b6..af72ed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.8],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[3.9],[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, 3)
+AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 2)
AC_PROG_CC