From 28397c507ce137f56c3c148081a76aa776b4b6f7 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 29 Nov 2003 04:35:05 +0000 Subject: [PATCH] bump libtool version Original commit message from CVS: bump libtool version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d8d65de4de..56c3496322 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl - library source changed -> increment REVISION dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 -AS_LIBTOOL(GST, 3, 0, 0) +AS_LIBTOOL(GST, 4, 0, 0) AC_CONFIG_SRCDIR([gst/gst.c]) AM_CONFIG_HEADER(config.h)