summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-27 07:04:02 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-05-27 07:06:00 +0200
commit92ede853b07c812e1efc0226d651bede4493bd7c (patch)
tree143e13d61f27c62b12523b017165f8bba9823496
parent15c8d83a5750200e9709ed2f7095704fe4e89fd7 (diff)
downloadlibtasn1-92ede853b07c812e1efc0226d651bede4493bd7c.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
-rw-r--r--lib/libtasn1.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 5a9a572..341aad3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU Libtasn1 NEWS -*- outline -*-
-* Noteworthy changes in release 4.11 (unreleased) [stable]
+* 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.
- Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
diff --git a/configure.ac b/configure.ac
index 551ad3f..8774340 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],[4.10],[help-libtasn1@gnu.org])
+AC_INIT([GNU Libtasn1],[4.11],[help-libtasn1@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)
@@ -28,7 +28,7 @@ AM_SILENT_RULES([yes])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 11)
+AC_SUBST(LT_CURRENT, 12)
AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 5)
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index ffb0806..4ee4c54 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -44,7 +44,7 @@ extern "C"
{
#endif
-#define ASN1_VERSION "4.10"
+#define ASN1_VERSION "4.11"
#if defined(__GNUC__) && !defined(ASN1_INTERNAL_BUILD)
# define _ASN1_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)