diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-05-19 17:15:23 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-05-19 17:15:23 +0200 |
commit | 2f321da1af791a01e976d681f9e8fa3c3a3674fb (patch) | |
tree | d87cd507ab7e5ff8e2c6433f8a845d4c67ee7837 /configure.in | |
parent | a61c8dc763d291d8ace204b3ec0fdda81b36577e (diff) | |
download | gnutls-2f321da1af791a01e976d681f9e8fa3c3a3674fb.tar.gz |
Bump versions.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 755e605f5e..75fe426d00 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.3.10], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.11], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET @@ -37,7 +37,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 29) -AC_SUBST(LT_REVISION, 4) +AC_SUBST(LT_REVISION, 5) AC_SUBST(LT_AGE, 3) ac_full=1 |