summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-04 00:00:42 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-04 00:00:42 +0100
commitbcbe84557cbf632dc508d02d0a2128e1053d79f2 (patch)
tree114594f09413a03b6c9c5bf200f79fa67a8174cb
parent6ac8d8cc687a4b665f146f3ebc8977e6c41d58df (diff)
downloadgnutls-bcbe84557cbf632dc508d02d0a2128e1053d79f2.tar.gz
use AC_CONFIG_HEADERS() and bumped version.
-rw-r--r--configure.ac4
-rw-r--r--m4/hooks.m42
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9121fa9ccd..70ae3acbd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,13 +21,13 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.27], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.28], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz dist-lzip -Wall -Werror -Wno-override])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
AC_MSG_RESULT([***
*** Checking for compilation programs...
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index a46fdf2c6f..4391ce4714 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, 39)
- AC_SUBST(LT_REVISION, 2)
+ AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 11)
AC_SUBST(LT_SSL_CURRENT, 27)