configure.ac (GST_MAJORMINOR): Update core version req to 0.10.2.2, for the collectpa...
authorAndy Wingo <wingo@pobox.com>
Tue, 7 Feb 2006 11:28:04 +0000 (11:28 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 7 Feb 2006 11:28:04 +0000 (11:28 +0000)
Original commit message from CVS:
2006-02-07  Andy Wingo  <wingo@pobox.com>

* configure.ac (GST_MAJORMINOR): Update core version req to
0.10.2.2, for the collectpads API addition (#330244).

ChangeLog
configure.ac

index ae67ac8b4afbcff118b65cb4c5ecb3d0c0c4c24c..ef10a64a4d5adfcb6724305313e614f8e96cf790 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-07  Andy Wingo  <wingo@pobox.com>
+
+       * configure.ac (GST_MAJORMINOR): Update core version req to
+       0.10.2.2, for the collectpads API addition (#330244).
+
 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
index 24b76908f9d8ac28d8b6e27dfdeda37906e3a2a7..f43310a26dfed51aa8cc42772605540155bc1ea7 100644 (file)
@@ -43,7 +43,7 @@ AS_LIBTOOL_TAGS
 AM_PROG_LIBTOOL
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.2
+GST_REQ=0.10.2.2
 
 dnl *** autotools stuff ****