summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-15 19:44:23 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-15 19:44:23 +0000
commitc282f4148cc6105c7c59da8bf8552cc9e7cb487a (patch)
tree08111812cad0b15772cdf6d4edc84994c7355f3b /configure.ac
parent89a3d9e53e110611fcf725cde2a613093599116c (diff)
downloadgstreamer-plugins-bad-c282f4148cc6105c7c59da8bf8552cc9e7cb487a.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 627ce4f32..5311039ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.69])
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
-AC_INIT([GStreamer Bad Plug-ins],[1.13.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.13.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT
@@ -54,8 +54,8 @@ dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 1301, 0, 1301)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.1
-GSTPB_REQ=1.13.1
+GST_REQ=1.13.1.1
+GSTPB_REQ=1.13.1.1
dnl *** autotools stuff ****