summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-01-25 11:02:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-01-25 11:02:01 +0000
commita95df527631dcdb484a84dedfeb2ac2c308ea410 (patch)
tree77e4e945cae1144d379974c11e75dd1b7d3e6f7b
parent40d06b6a55408ce0a823d6bed8d621b12c817c32 (diff)
configure.ac: Bump required -core/-base to CVS
Original commit message from CVS: * configure.ac: Bump required -core/-base to CVS
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cc855b1..6d92abdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-01-25 Wim Taymans <wim@fluendo.com>
+ * configure.ac:
+ Bump required -core/-base to CVS
+
+2007-01-25 Wim Taymans <wim@fluendo.com>
+
* gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
(gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
* gst/rtp/gstrtpL16pay.h:
diff --git a/configure.ac b/configure.ac
index 49751ca4..ae43de2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.10.1
-GSTPB_REQ=0.10.10.1
+GST_REQ=0.10.11.1
+GSTPB_REQ=0.10.11.1
dnl *** autotools stuff ****