summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-06-05 18:36:40 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-06-05 18:36:40 +0200
commitbdb4de3a6dab378246e0668a72ac09e2bae8730b (patch)
treec00a0508091ed9416340d5d6766e05c7badb3ef2 /configure.ac
parent37427ccaefdda7507abaa6979f6bc4cefbf80e7e (diff)
downloadgstreamer-plugins-bad-bdb4de3a6dab378246e0668a72ac09e2bae8730b.tar.gz
Back to development
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 b3fef3cad..f26554176 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.1.1.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, 101, 0, 101)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.1
-GSTPB_REQ=1.1.1
+GST_REQ=1.1.1.1
+GSTPB_REQ=1.1.1.1
dnl *** autotools stuff ****