diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-31 16:16:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-31 16:16:03 +0200 |
commit | 991706feccfe77cd0b41c16155bdd16ebf8b6406 (patch) | |
tree | 3b0d948f2ac149b62337af0f93f4404be4e4ad44 /configure.in | |
parent | 7736b82282882824c0ef5311799453702080276c (diff) | |
download | gnutls-991706feccfe77cd0b41c16155bdd16ebf8b6406.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 f4ad1be434..34970f0203 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.19], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.0], [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, 2) +AC_SUBST(LT_REVISION, 3) AC_SUBST(LT_AGE, 8) ac_full=1 |