summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-18 20:51:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-09-18 20:51:44 +0200
commit184ca77fda801d08a56d92f760c13e9212695284 (patch)
tree2b9384a02f40f46c6a85d695c6eae13757909e10
parentdd88a8891b72a300ab986d903bce68dcdede8f20 (diff)
downloadgnutls-184ca77fda801d08a56d92f760c13e9212695284.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a3ccb2cc91..ac644e287c 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.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.3], [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 a2f6182810..f093e3cfd1 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 28)
- AC_SUBST(LT_REVISION, 2)
- AC_SUBST(LT_AGE, 0)
+ AC_SUBST(LT_CURRENT, 29)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 1)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 1)