summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2006-02-08 17:16:46 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-02-08 17:16:46 +0000
commit1a63276051421e257af9128fee5502dea60f804a (patch)
treefcff24a4594ae8685d0a298281d9c9add6adab66 /configure.ac
parent66310b80de52b2029d08ff41f81bef299053e175 (diff)
configure.ac: Bump core and plugins-base requirement to 0.10.2.2 for API additions (and 1 migration of gst_bin_find_u...
Original commit message from CVS: * configure.ac: Bump core and plugins-base requirement to 0.10.2.2 for API additions (and 1 migration of gst_bin_find_unconnected_pad)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8d494a7f..3d218b43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 1, 1,
+AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 10, 1, 2,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
@@ -36,8 +36,8 @@ AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.2.1
-GSTPB_REQ=0.10.2
+GST_REQ=0.10.2.2
+GSTPB_REQ=0.10.2.2
dnl *** autotools stuff ****