diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-05-24 11:41:45 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-05-24 11:41:45 +0000 |
commit | 15d2a5e54c7694aa7a4eeef3a6eebd6855874f07 (patch) | |
tree | 6f56dcb3c833d03a3fd8a411b91d3a144c309c88 | |
parent | dd4a63b4f51afdbc9dac8868142976d91ebd1c7d (diff) | |
download | gnutls-15d2a5e54c7694aa7a4eeef3a6eebd6855874f07.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 40a05a03da..b0b3f36e84 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.9], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [1.7.10], [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, 1) +AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 7) ac_full=1 |