diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-06-08 15:48:20 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-06-08 15:48:20 +0200 |
commit | 4a4deb771fd18fcde99ea166286e619528eeebc7 (patch) | |
tree | d5d03e374d12d019d66f2b70c58eb6c2a0ba1d93 /configure.in | |
parent | 8a28a62b4ef7c8f2c134dad95f550b9cadf9ec5c (diff) | |
download | gnutls-4a4deb771fd18fcde99ea166286e619528eeebc7.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 e753a06e67..f83eaa47a3 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.12], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [1.7.13], [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, 4) +AC_SUBST(LT_REVISION, 5) AC_SUBST(LT_AGE, 7) ac_full=1 |