diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-01 12:07:11 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-01 12:07:11 +0200 |
commit | 3ee4ea462f7ab15b7afed5c019c9348657b9c738 (patch) | |
tree | 68d3a17bfd2a3dc247d350eb95fe90f4ed16d9e3 /configure.in | |
parent | a22b76d026c96e10c20ffface29826153d9f65b4 (diff) | |
download | gnutls-3ee4ea462f7ab15b7afed5c019c9348657b9c738.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 6dbbbc7b54..cf4056fe4c 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.5.9], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.6.0], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -34,7 +34,7 @@ AM_CONFIG_HEADER(config.h) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 37) -AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 11) # Used when creating the Windows libgnutls-XX.def files. |