summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-11 08:38:32 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-11 08:38:32 +0100
commita0e399fa9d488fbacd04ab4b10d20af3f00fea81 (patch)
tree46c1efcee2c1041a7444271d4001ef336c591590
parente311252bf0dd32fb2ca52e327763ae856e54e3f7 (diff)
downloadgnutls-a0e399fa9d488fbacd04ab4b10d20af3f00fea81.tar.gz
Bump versions.
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--lib/m4/hooks.m46
-rw-r--r--libextra/configure.ac2
4 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b334006db9..fb5cc20cc2 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.7.3], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.4], [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 6d677b3ab3..8d5dc5d6b9 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.7.3], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.7.4], [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 12bcb30c98..b695d3f084 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -26,9 +26,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 38)
- AC_SUBST(LT_REVISION, 3)
- AC_SUBST(LT_AGE, 12)
+ AC_SUBST(LT_CURRENT, 39)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 13)
# Used when creating the Windows libgnutls-XX.def files.
SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
diff --git a/libextra/configure.ac b/libextra/configure.ac
index 0d48217e27..67c8d46467 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.7.3], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.7.4], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])