From 5ffdd48422ea925d43bbafc969afafde089a0422 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 22 Nov 2003 23:13:15 +0000 Subject: [PATCH] update libtool version numbers Original commit message from CVS: update libtool version numbers --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69895fc0a2..275c298a4c 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)