summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-15 17:15:15 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-15 19:00:19 +0000
commit2eabdb63c8aa5562abbcfae0ffda70c2dac9e102 (patch)
tree84ab28300b062cc1d8ae4cd1628c61bd11fd6c5b /configure.ac
parentcd5e3f0f13eefad23f86b1a902c900fb7f14d736 (diff)
downloadgst-libav-2eabdb63c8aa5562abbcfae0ffda70c2dac9e102.tar.gz
Release 1.13.11.13.1
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 c76e3b0..d862d64 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, cvs and prerelease does Werror too
-AC_INIT(GStreamer libav, 1.13.0.1,
+AC_INIT(GStreamer libav, 1.13.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
dnl *** Check for external $AS vs detected by AS_LIBTOOL
user_AS="$AS"
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 1300, 0, 1300)
+AS_LIBTOOL(GST, 1301, 0, 1301)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.0.1
-GST_PBREQ=1.13.0.1
+GST_REQ=1.13.1
+GST_PBREQ=1.13.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])