diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-24 17:22:29 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-24 17:22:29 +0000 |
commit | 10794a733a0523b5423b8ee5ab936ca0b72ad9ed (patch) | |
tree | 7649a3140501a8dd021d552b3025bdbdc29e9deb /configure.in | |
parent | d207d745e65002ab557ebb322de777b01a2870c6 (diff) | |
download | gnutls-10794a733a0523b5423b8ee5ab936ca0b72ad9ed.tar.gz |
Bump version.
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 a1faa8d741..4b67880339 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ dnl License along with GNU TLS; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA -AC_INIT(gnutls, [1.1.18], [bug-gnutls@gnu.org]) +AC_INIT(gnutls, [1.1.19], [bug-gnutls@gnu.org]) AC_PREREQ(2.57) AC_CANONICAL_TARGET @@ -34,7 +34,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=13 -LT_REVISION=18 +LT_REVISION=19 LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) |