diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-07-14 10:46:50 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-07-14 10:46:50 +0200 |
commit | 31b6f781cb10034e1b0d1bd355a31865e2512d3b (patch) | |
tree | a491c1a6758ceffbf8f08b0fe1af3e4f47eb7773 /configure.in | |
parent | 5fa1ab22ec4ddb787ec7b2fd57812696d9a3cc12 (diff) | |
download | gnutls-31b6f781cb10034e1b0d1bd355a31865e2512d3b.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 9f9da6becf..1206894350 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([GnuTLS], [1.7.15], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [1.7.16], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET @@ -36,7 +36,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 20) -AC_SUBST(LT_REVISION, 7) +AC_SUBST(LT_REVISION, 8) AC_SUBST(LT_AGE, 7) ac_full=1 |