From c48e901ac3042e3f55bccb044e50a54e190a4a67 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 7 Feb 2006 11:28:04 +0000 Subject: [PATCH] configure.ac (GST_MAJORMINOR): Update core version req to 0.10.2.2, for the collectpads API addition (#330244). Original commit message from CVS: 2006-02-07 Andy Wingo * configure.ac (GST_MAJORMINOR): Update core version req to 0.10.2.2, for the collectpads API addition (#330244). --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae67ac8b4a..ef10a64a4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-07 Andy Wingo + + * configure.ac (GST_MAJORMINOR): Update core version req to + 0.10.2.2, for the collectpads API addition (#330244). + 2006-02-06 Tim-Philipp Müller * ext/gnomevfs/gstgnomevfs.c: (plugin_init): diff --git a/configure.ac b/configure.ac index 24b76908f9..f43310a26d 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.2 +GST_REQ=0.10.2.2 dnl *** autotools stuff ****