summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-27 20:12:48 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-27 20:12:48 +0000
commitf43e29765bf374a5be40123abd78d95b7c349b9e (patch)
treeddac497eeaac47fe0774bcd450fcea051cb14e4f
parentbf25b7e107f7a01fe69c50779c58d24cd0b3aacb (diff)
downloadgnutls-f43e29765bf374a5be40123abd78d95b7c349b9e.tar.gz
Bump versions.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b74bb85fc7..bd1b316710 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script.
# along with GNUTLS; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-AC_INIT(gnutls, [1.2.2], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.2.3], [bug-gnutls@gnu.org])
AC_PREREQ(2.59)
AC_CANONICAL_TARGET
@@ -32,9 +32,9 @@ AB_INIT
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-LT_CURRENT=15
+LT_CURRENT=16
LT_REVISION=0
-LT_AGE=3
+LT_AGE=4
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)