diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-05 15:12:04 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-05 15:12:04 +0200 |
commit | a36f9d273206859b980981320f33ffc3c17050f0 (patch) | |
tree | 5d380a1489dc959ad54c3d68419d086e03afdb8e /configure.in | |
parent | 12376a5162ad880bd500438f479167054678b366 (diff) | |
download | gnutls-a36f9d273206859b980981320f33ffc3c17050f0.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 cdb3f244b0..6f26244012 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.12], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.13], [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, 30) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 4) ac_full=1 |