summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-08-28 13:26:56 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-28 13:26:56 +0200
commite39239677e3ca62b78438c157dc7eeee80fb072e (patch)
tree3a73a8ef6633cba279d21c663426ba1ce77025e3
parent03420d1e2adb7305971a4b8c696dc3c2f57b3a95 (diff)
downloadgstreamer-plugins-bad-e39239677e3ca62b78438c157dc7eeee80fb072e.tar.gz
Back to development
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e51df7fb2..77df4ea38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.68])
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],[1.1.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.1.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT
@@ -51,8 +51,8 @@ dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 104, 0, 104)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.4
-GSTPB_REQ=1.1.4
+GST_REQ=1.1.4.1
+GSTPB_REQ=1.1.4.1
dnl *** autotools stuff ****