summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-11 11:47:18 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-11-11 11:47:18 +0100
commit970b984597ee43d3bba830bf377a2b27e858c061 (patch)
treea40bbc21fd5a37d9d52a872d91fad365d31f934e
parent8c32e9111e4ea6b704712d98ee1c2b36c2310724 (diff)
downloadgnutls-970b984597ee43d3bba830bf377a2b27e858c061.tar.gz
bumped library versions
-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 e79c704908..885dc0a763 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.0.7], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.8], [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 feb926a289..804fc9b45a 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, 30)
- AC_SUBST(LT_REVISION, 3)
+ AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 2)
AC_SUBST(LT_SSL_CURRENT, 27)