summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f266c13..912018d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-03 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * configure.ac::
+ Depend on released versions of core and base.
+
2008-10-03 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/pulse/pulsesink.c: (gst_pulsesink_write):
diff --git a/configure.ac b/configure.ac
index 785d40de..770eacf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,8 +47,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.20.1
-GSTPB_REQ=0.10.20.1
+GST_REQ=0.10.21
+GSTPB_REQ=0.10.21
dnl *** autotools stuff ****