summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-07-12 15:15:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-07-12 15:15:33 +0200
commita7277104103b7a90c8485ea353d1680b239f3b84 (patch)
tree6daeb4e37687c9075c3f813335f0fed7f9bc8f15
parente644e2ac421ae3908f7da82b7624532aa8f7500a (diff)
downloadgnutls-a7277104103b7a90c8485ea353d1680b239f3b84.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0545c786dc..5d0ac1c0b2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.4.3 (unreleased)
+* Version 3.4.3 (released 2015-07-12)
** libgnutls: Follow closely RFC5280 recommendations and use UTCTime for
dates prior to 2050.
diff --git a/configure.ac b/configure.ac
index a1937c11f2..8f117e9468 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.4.2], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.3], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 7c75d4eb00..36cdd779a8 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 31)
+ AC_SUBST(LT_CURRENT, 32)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 1)
+ AC_SUBST(LT_AGE, 2)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)