summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-01 16:33:42 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-01 16:33:42 +0200
commitb948e80596ba5810043ef53072a8f712a07bcafc (patch)
treee02eb7a59f44b55dd8de755a1b6d74f6e372df61
parentf96480d46bb129810ceb4af0110f680fa508a5e7 (diff)
downloadgnutls-b948e80596ba5810043ef53072a8f712a07bcafc.tar.gz
bumped version.
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 00f4a7ed57..e02ed716c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.99.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.99.3], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index e117eecd5c..bf9a42a615 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 27)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 0)
AC_SUBST(LT_SSL_CURRENT, 27)