diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-16 13:00:34 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-16 13:00:34 +0200 |
commit | c35745a0f9e1febc9717a9f20e6fdbdac79dc259 (patch) | |
tree | 32f26bac5ae7ad207e2f8c329a1ed14c85e7aa4c /configure.in | |
parent | 399af86ff054970fe3656d25a33756e8da870691 (diff) | |
download | gnutls-c35745a0f9e1febc9717a9f20e6fdbdac79dc259.tar.gz |
Bump version.
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 b38d60e683..36b77d24ed 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.17], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [1.7.18], [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, 21) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 8) ac_full=1 |