diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-03 23:35:36 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-03 23:35:36 +0100 |
commit | 9176374ecd2fd655187c35487ad8635ecc4fe71c (patch) | |
tree | d4c113c3004561047de4a8bb8a8601c1ea51beb3 | |
parent | e14bfea0c44aafba65239cbff9c6a4a93e0ae41a (diff) | |
download | gst-plugins-bad-9176374ecd2fd655187c35487ad8635ecc4fe71c.tar.gz gst-plugins-bad-9176374ecd2fd655187c35487ad8635ecc4fe71c.tar.bz2 gst-plugins-bad-9176374ecd2fd655187c35487ad8635ecc4fe71c.zip |
Bump core/base requirements to released versions
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6222af2d..b09d3e0d 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,8 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.22.1 -GSTPB_REQ=0.10.22.1 +GST_REQ=0.10.23 +GSTPB_REQ=0.10.23 dnl *** autotools stuff **** |