summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-16 18:45:12 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-16 18:45:36 +0100
commit946565d8eb05fbf7970ea366e817581bb5a90910 (patch)
tree00f1460e0271c3c37b9b40cf4e2ff36cb3851bc9
parent7e7feec1f4f6815fe9e0afd161540c8228aa6add (diff)
downloadlibtasn1-946565d8eb05fbf7970ea366e817581bb5a90910.tar.gz
released 4.13libtasn1_4_13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS2
-rw-r--r--lib/libtasn1.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f9ac241..3fac146 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Libtasn1 NEWS -*- outline -*-
-* Noteworthy changes in release 4.13 (unreleased) [stable]
+* Noteworthy changes in release 4.13 (released 2018-01-16) [stable]
- On indefinite string decoding, set a maximum level of allowed recursions
(3) to protect the BER decoder from a stack exhaustion.
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 626b11e..ea26b78 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "4.12"
+#define ASN1_VERSION "4.13"
#if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
# define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)