diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-07-10 12:49:43 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-07-10 12:49:43 +0200 |
commit | ebe2fa035ad0f1cca63d2c2fb378fe93356d1932 (patch) | |
tree | e845ca46d7327a9b01f03f585e32fb6ce6f5b358 | |
parent | 252067f2fa7ddfe3229a50fc3200276455e22c1b (diff) | |
download | gnutls-ebe2fa035ad0f1cca63d2c2fb378fe93356d1932.tar.gz |
Bump versions.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 73431c1c9b..3cf7b056c1 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.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. |