diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-02-07 10:17:14 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-02-07 10:17:14 +0000 |
commit | 4142a493d54149c4d53f81e8ec464f6301430aec (patch) | |
tree | e5ae5bc707cf63d6812f32580eb9ad5705ae5dbd | |
parent | 2cbe55cdca5b66b9e6452dd67aa7d1e84245fecd (diff) |
configure.ac: Bump requirements to (good) released versions to avoid confusion and make implicit core requirement exp...
Original commit message from CVS:
* configure.ac:
Bump requirements to (good) released versions to avoid
confusion and make implicit core requirement explicit.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2008-02-07 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + Bump requirements to (good) released versions to avoid + confusion and make implicit core requirement explicit. + 2008-02-06 Jan Schmidt <jan.schmidt@sun.com> * docs/plugins/Makefile.am: diff --git a/configure.ac b/configure.ac index 269dc038..c0b798e9 100644 --- a/configure.ac +++ b/configure.ac @@ -46,8 +46,8 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.15.1 -GSTPB_REQ=0.10.16 +GST_REQ=0.10.17 +GSTPB_REQ=0.10.17 dnl *** autotools stuff **** |