diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-07 22:46:07 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-07 22:46:07 +0200 |
commit | 9de5dac6aab90ecee16de16e04e4f5338971431f (patch) | |
tree | 3a8bd796fa89fbe115be0c345178cda682d61b79 /configure.in | |
parent | 8b3fcc8ca997cdcc23fc74f429589a64f4de4537 (diff) | |
download | gnutls-9de5dac6aab90ecee16de16e04e4f5338971431f.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 6f26244012..8dd52cc6c2 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.13], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.14], [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, 1) +AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 4) ac_full=1 |