summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-08-08 15:32:19 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-08-08 15:32:19 +0100
commit2cd52450f26c0139b6768c27e38611ad23a4596d (patch)
treeb3a4f25ddb29a79ab4fae6af6a3349b7c21c5819
parent7960591c013b38ff0d5aa511d8dd5e10c11b6334 (diff)
Release 0.11.93RELEASE-0.11.93
-rw-r--r--configure.ac8
-rw-r--r--gst-plugins-bad.doap10
2 files changed, 14 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index e1692528f..47cc30e44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer Bad Plug-ins, 0.11.92.1,
+AC_INIT(GStreamer Bad Plug-ins, 0.11.93,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)
@@ -53,8 +53,8 @@ dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.11.91
-GSTPB_REQ=0.11.91
+GST_REQ=0.11.93
+GSTPB_REQ=0.11.93
dnl *** autotools stuff ****
@@ -182,7 +182,7 @@ AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)])
AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
dnl GLib is required
-GLIB_REQ=2.31.14
+GLIB_REQ=2.32.0
AG_GST_GLIB_CHECK([$GLIB_REQ])
dnl checks for gstreamer
diff --git a/gst-plugins-bad.doap b/gst-plugins-bad.doap
index 173d0c8d3..bec1fd1fe 100644
--- a/gst-plugins-bad.doap
+++ b/gst-plugins-bad.doap
@@ -35,6 +35,16 @@ real live maintainer, or some actual wide use.
<release>
<Version>
+ <revision>0.11.93</revision>
+ <branch>0.11</branch>
+ <name>Infralove</name>
+ <created>2012-08-08</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.93.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.11.92</revision>
<branch>0.11</branch>
<name>Shine On You Crazy Diamond</name>