summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-05-28 09:02:51 +0000
committerSimon Josefsson <simon@josefsson.org>2005-05-28 09:02:51 +0000
commit1f504d78e06a35174c6449e2d1c34abd2560bd9d (patch)
tree88dc1769ddeaa425e3320de21842cae696921eaa /configure.in
parent223ab9d40bff085c45a16c5bd66b0df83d4f5c2d (diff)
downloadgnutls-1f504d78e06a35174c6449e2d1c34abd2560bd9d.tar.gz
Bump versions.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6655ac1d62..e2e338dd8a 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-AC_INIT(gnutls, [1.2.3], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.2.4], [bug-gnutls@gnu.org])
AC_PREREQ(2.59)
AC_CANONICAL_TARGET
@@ -33,7 +33,7 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
LT_CURRENT=15
-LT_REVISION=0
+LT_REVISION=1
LT_AGE=3
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)