diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-16 21:38:21 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-16 21:38:21 +0200 |
commit | 5ae56787521f3684a44d8b898085da091e8afdcb (patch) | |
tree | dc1b44d5d224dc927ee32ac2ef7826d5930e6d8c /configure.in | |
parent | 141cfddb3f2c675262231465fc22128e7de0e7ec (diff) | |
download | gnutls-5ae56787521f3684a44d8b898085da091e8afdcb.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 b98e9a879c..ed280b1bb0 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.15], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.4.0], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.10 dist-bzip2]) @@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 30) -AC_SUBST(LT_REVISION, 3) +AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 4) # Used when creating the Windows libgnutls-XX.def files. |