diff --git a/configure.ac b/configure.ac index d862d64ed9..ff551e29cc 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 42b2e74fa2..eb5d0eeb19 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.13.1 + 1.13.1.1 LGPL gst-libav GStreamer libav source release diff --git a/meson.build b/meson.build index f7ef44d831..487543dd07 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' ])