]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped library versions
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 11 Nov 2011 10:47:18 +0000 (11:47 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 11 Nov 2011 10:47:18 +0000 (11:47 +0100)
configure.ac
m4/hooks.m4

index e79c704908067f83c36f1139b24c584cf0c229a9..885dc0a7639c08f46dcd2ec982ee37af0772b8a6 100644 (file)
@@ -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])
 
index feb926a2891b18cea8667d21d21ed81e50b3cb5e..804fc9b45ad8427b7441c38677a62f1d58a2f22b 100644 (file)
@@ -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)