summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-01 10:05:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-01 10:05:56 +0200
commitf7fe9132f54031833f3b8678f474b28fd7a14894 (patch)
treeef57c25a08e5419d02a1217a411bf816630037e1
parentd70186fe142d0943272a10b57d71e359aeb707e7 (diff)
downloadgnutls-f7fe9132f54031833f3b8678f474b28fd7a14894.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index be6573be12..fc54eeeea3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.1], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.2], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 6941e4fc19..a2f6182810 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -41,11 +41,11 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 28)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 0)
AC_SUBST(LT_SSL_CURRENT, 27)
- AC_SUBST(LT_SSL_REVISION, 0)
+ AC_SUBST(LT_SSL_REVISION, 1)
AC_SUBST(LT_SSL_AGE, 0)
AC_SUBST(CXX_LT_CURRENT, 28)