diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-05-19 14:58:42 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-05-19 14:58:42 +0200 |
commit | 7b5bbc16f32e34bb3d87177e5e077aeec7c64286 (patch) | |
tree | 305c3cecb8d25178df2f62c7914cbcee1d4984d4 | |
parent | 9f52948ae525a2a1758727f7ee45b2bd21c47714 (diff) | |
download | gnutls-7b5bbc16f32e34bb3d87177e5e077aeec7c64286.tar.gz |
Bump versions.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 374235b517..755e605f5e 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.9], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.10], [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, 3) +AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 3) ac_full=1 |