]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Thu, 10 Jul 2008 10:49:43 +0000 (12:49 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 10 Jul 2008 10:49:43 +0000 (12:49 +0200)
configure.in

index 73431c1c9b4dc5d0a7ce371fd21f9b5db35329ff..3cf7b056c199fd919c73bd6a162700fa1877b827 100644 (file)
@@ -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.2], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.3], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
 AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h)
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 32)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 6)
 
 # Used when creating the Windows libgnutls-XX.def files.