diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-18 20:51:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-18 20:51:55 +0200 |
commit | 0c40d69c2302c0166d52045ecfe26dc018727558 (patch) | |
tree | cdb5d00322ad780907b2eee3ecbfa236d99c1938 | |
parent | 55edecab7dc8bac04fa13d16bd6dbe3d0759f39b (diff) | |
download | gnutls-0c40d69c2302c0166d52045ecfe26dc018727558.tar.gz |
bumped version
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | lib/configure.ac | 2 | ||||
-rw-r--r-- | lib/m4/hooks.m4 | 2 | ||||
-rw-r--r-- | libextra/configure.ac | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index ef9e6cdb20..af0d334b62 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.12.10], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.12.11], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/configure.ac b/lib/configure.ac index 1b5bad2a4e..971b795d1a 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # MA 02110-1301, USA AC_PREREQ(2.61) -AC_INIT([libgnutls], [2.12.10], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.12.11], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index 9974550747..f4ab62aeb6 100644 --- a/lib/m4/hooks.m4 +++ b/lib/m4/hooks.m4 @@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 47) - AC_SUBST(LT_REVISION, 4) + AC_SUBST(LT_REVISION, 5) AC_SUBST(LT_AGE, 21) AC_SUBST(LT_SSL_CURRENT, 27) diff --git a/libextra/configure.ac b/libextra/configure.ac index a3cb4dcd1e..4ff05d08b0 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([libgnutls-extra], [2.12.10], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.12.11], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |