summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-29 06:40:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-29 06:40:19 +0200
commit4bc67882e72929732b1d9cccc73e606f3a44f542 (patch)
tree3edd3a1bf28999c946aeb50ea126663795da1db9
parent7549fb5b31caf2155f5105bc04b284e188e8062f (diff)
downloadlibtasn1-4bc67882e72929732b1d9cccc73e606f3a44f542.tar.gz
doc updatelibtasn1_4_12
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS3
-rw-r--r--lib/libtasn1.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 341aad3..6d6a309 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
GNU Libtasn1 NEWS -*- outline -*-
+* Noteworthy changes in release 4.12 (released 2017-05-29) [stable]
+- Corrected so-name version
+
* Noteworthy changes in release 4.11 (released 2017-05-27) [stable]
- Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate
an invalid encoding in the DER time fields.
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 4ee4c54..626b11e 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "4.11"
+#define ASN1_VERSION "4.12"
#if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
# define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)