summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-13 19:22:10 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-13 19:22:13 +0000
commit84da104b06c67ab625cbb9b024f5ffb64b3cce5f (patch)
treec057d295406188c93fd7ac5247f4669024427f30 /configure.ac
parent609af44f48a6117333098cb767f2e7d28f623a09 (diff)
downloadgstreamer-plugins-bad-84da104b06c67ab625cbb9b024f5ffb64b3cce5f.tar.gz
Release 1.13.911.13.91
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9ec41d6fe..dbea415a2 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.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
+AC_INIT([GStreamer Bad Plug-ins],[1.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT
@@ -51,11 +51,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1390, 0, 1390)
+AS_LIBTOOL(GST, 1391, 0, 1391)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.90
-GSTPB_REQ=1.13.90
+GST_REQ=1.13.91
+GSTPB_REQ=1.13.91
dnl *** autotools stuff ****