diff options
author | Simon Josefsson <jas@mocca.josefsson.org> | 2007-05-26 17:44:01 +0200 |
---|---|---|
committer | Simon Josefsson <jas@mocca.josefsson.org> | 2007-05-26 17:44:01 +0200 |
commit | 2ff85675b3593f9f405594701e4ff8b3d1edf6b0 (patch) | |
tree | 320669a73f30533201272de6bdc78f1083896364 /configure.in | |
parent | 5d21b7c3683dd30d009aec769d823177036f6561 (diff) | |
download | gnutls-2ff85675b3593f9f405594701e4ff8b3d1edf6b0.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 b0b3f36e84..4cbb225575 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.10], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [1.7.11], [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, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 7) ac_full=1 |