summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-09-14 02:50:44 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-09-14 02:50:44 +0100
commitc5afec2d2f95f0c854b0d4f5181aef5439a9d310 (patch)
tree989ff846fc94bb27dc3fcdc9a9fe325a64aca892 /configure.ac
parent7d1c82245f4fac29bd4d0622cf9f601dc2ecdbcc (diff)
downloadgstreamer-plugins-bad-c5afec2d2f95f0c854b0d4f5181aef5439a9d310.tar.gz
Release 0.11.94RELEASE-0.11.94
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7cefbeb78..9dca8f790 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.93.1,
+AC_INIT(GStreamer Bad Plug-ins, 0.11.94,
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.93
-GSTPB_REQ=0.11.93
+GST_REQ=0.11.94
+GSTPB_REQ=0.11.94
dnl *** autotools stuff ****