diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-17 15:48:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-08-17 15:48:28 +0200 |
commit | 7ff0ed7638969ef1237f54a25301785e327688ad (patch) | |
tree | 7447bf90b5de6eb5968edfcfbae0a6dee7c80f3e | |
parent | 9aa6d50b7458ae4ba001dd95de2515d2e82dd25b (diff) | |
download | gnutls-7ff0ed7638969ef1237f54a25301785e327688ad.tar.gz |
bumped versions
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | m4/hooks.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8ae53c2683..596683c4a2 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.1.25], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.1.26], [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 7d037bb3b6..44d6a843b1 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 49) - AC_SUBST(LT_REVISION, 5) + AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 21) AC_SUBST(LT_SSL_CURRENT, 27) |