summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-15 19:44:26 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-15 19:44:26 +0000
commit4db38efef509444b675a9605670817efeae7a3f7 (patch)
treec0ed0a80c6824e9f2fdb5ff417b98ace188dbc03
parent2eabdb63c8aa5562abbcfae0ffda70c2dac9e102 (diff)
downloadgst-libav-4db38efef509444b675a9605670817efeae7a3f7.tar.gz
Back to development
-rw-r--r--configure.ac6
-rw-r--r--docs/plugins/inspect/plugin-libav.xml2
-rw-r--r--meson.build2
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index d862d64..ff551e2 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.1,
+AC_INIT(GStreamer libav, 1.13.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -45,8 +45,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1301, 0, 1301)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.1
-GST_PBREQ=1.13.1
+GST_REQ=1.13.1.1
+GST_PBREQ=1.13.1.1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml
index 42b2e74..eb5d0ee 100644
--- a/docs/plugins/inspect/plugin-libav.xml
+++ b/docs/plugins/inspect/plugin-libav.xml
@@ -3,7 +3,7 @@
<description>All libav codecs and formats (local snapshot)</description>
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
<basename>libgstlibav.so</basename>
- <version>1.13.1</version>
+ <version>1.13.1.1</version>
<license>LGPL</license>
<source>gst-libav</source>
<package>GStreamer libav source release</package>
diff --git a/meson.build b/meson.build
index f7ef44d..487543d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
- version : '1.13.1',
+ version : '1.13.1.1',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])