summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-14 22:04:18 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-14 22:04:18 +0100
commit187c71472335456920af0f0a10d32e6cb470b7f8 (patch)
tree44f8d6d5c14189563559a093d1838a449caaa0d2
parentff19ba8b9c5540e46ec876f264ffdbb92cfcf8c9 (diff)
downloadgnutls-187c71472335456920af0f0a10d32e6cb470b7f8.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--lib/m4/hooks.m42
-rw-r--r--libextra/configure.ac2
4 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 49230d7e4e..16d446594b 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.17], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.12.18], [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 0cccf1fed3..3fc4f56b6a 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.17], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.12.18], [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 a5e3f3d09b..d0c24fcade 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, 48)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 22)
AC_SUBST(LT_SSL_CURRENT, 27)
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 1d57400017..af69573d5d 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.17], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.12.18], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])