summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-11-19 13:48:51 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-11-19 13:49:30 +0100
commite76085a6c39fbaf2cac63ab1bfcb8d20117ce58e (patch)
treeea0e0935ebd63a3b376c96ced3a2b66d521220f5
parent0fc70314bd3950a8d5fc3804ca8964651a36a850 (diff)
downloadgnutls-e76085a6c39fbaf2cac63ab1bfcb8d20117ce58e.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--lib/m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9cd6a40c5e..753fb596ba 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.10.3], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.10.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 a77db451f8..a613789db8 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, 42)
- AC_SUBST(LT_REVISION, 11)
+ AC_SUBST(LT_REVISION, 12)
AC_SUBST(LT_AGE, 16)
# Used when creating the Windows libgnutls-XX.def files.