diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-02-13 10:27:37 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-02-13 10:27:37 +0100 |
commit | 8c6e1c8c9c8d0ed529f0e5da06113f0593375634 (patch) | |
tree | 86a641e7e6964902b1620f7f95a9dd761884fa2e | |
parent | 69f20c2da851d9e08e3337115caaa307aa4dff8a (diff) | |
download | gnutls-8c6e1c8c9c8d0ed529f0e5da06113f0593375634.tar.gz |
bumped version
-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 9c1e218223..e6dd3c8cfc 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.20], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.1.21], [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 0b5d1d2cf8..5e76352493 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, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 21) AC_SUBST(LT_SSL_CURRENT, 27) |