summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-29 19:15:47 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-29 19:15:47 +0200
commit4ab6de4bc910b1ce1c89e6f68a925924de14d020 (patch)
treea66e6ee4ac6c296e24d61a4b26b3e19b9187c883
parenta7be326f0e33cf7ce52b36474c157f782d9ca977 (diff)
downloadgnutls-4ab6de4bc910b1ce1c89e6f68a925924de14d020.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 30e5ff2368..71acff5095 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.3.2], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.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 89571bc421..ef6129d874 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, 64)
- AC_SUBST(LT_REVISION, 2)
- AC_SUBST(LT_AGE, 36)
+ AC_SUBST(LT_CURRENT, 65)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 37)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)