diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-03-04 09:16:17 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-03-04 09:16:17 +0000 |
commit | e20e48f966f25dc49cc19cc7a2034f3f11c49c43 (patch) | |
tree | 043e487c2d4f51712b6c69d853adb038ab361d99 | |
parent | a90bf00906ef6663ac0d3701c19043c72835f824 (diff) |
Back to development
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | RELEASE | 2 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-vaapi.xml | 2 | ||||
-rw-r--r-- | meson.build | 2 |
5 files changed, 11 insertions, 11 deletions
@@ -4,7 +4,7 @@ GSTREAMER 1.16 RELEASE NOTES GStreamer 1.16 has not been released yet. It is scheduled for release in -January/February 2019. +March 2019. 1.15.x is the unstable development version that is being developed in the git master branch and which will eventually result in 1.16. @@ -15,7 +15,7 @@ the git master branch and which will eventually result in 1.16. See https://gstreamer.freedesktop.org/releases/1.16/ for the latest version of this document. -_Last updated: Monday 25 January 2019, 15:00 UTC (log)_ +_Last updated: Wednesday 27 January 2019, 00:30 UTC (log)_ Introduction @@ -1234,7 +1234,7 @@ the git 1.16 branch, which is a stable branch. 1.16.0 -1.16.0 is scheduled to be released around January/February 2019. +1.16.0 is scheduled to be released in March 2019. Known Issues @@ -1269,6 +1269,6 @@ August/September. ------------------------------------------------------------------------ _These release notes have been prepared by Tim-Philipp Müller with_ -_contributions from Sebastian Dröge._ +_contributions from Sebastian Dröge and Guillaume Desmottes._ _License: CC BY-SA 4.0_ @@ -1,4 +1,4 @@ -This is GStreamer gstreamer-vaapi 1.15.2. +This is GStreamer gstreamer-vaapi 1.15.2.1. GStreamer 1.15 is the development branch leading up to the next major stable version which will be 1.16. diff --git a/configure.ac b/configure.ac index 056ebfee..fe2d30b2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([gst_vaapi_major_version], [1]) m4_define([gst_vaapi_minor_version], [15]) m4_define([gst_vaapi_micro_version], [2]) -m4_define([gst_vaapi_nano_version], [0]) +m4_define([gst_vaapi_nano_version], [1]) m4_define([gst_vaapi_version], [gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version]) m4_if(gst_vaapi_nano_version, [0], [], @@ -24,9 +24,9 @@ m4_define([gst_vaapi_lt_age], [1502]) m4_define([glib_version], [2.40]) # gstreamer version number -m4_define([gst_version], [1.15.2]) -m4_define([gst_plugins_base_version], [1.15.2]) -m4_define([gst_plugins_bad_version], [1.15.2]) +m4_define([gst_version], [1.15.2.1]) +m4_define([gst_plugins_base_version], [1.15.2.1]) +m4_define([gst_plugins_bad_version], [1.15.2.1]) # Wayland minimum version number m4_define([wayland_api_version], [1.11.0]) diff --git a/docs/plugins/inspect/plugin-vaapi.xml b/docs/plugins/inspect/plugin-vaapi.xml index 042aaa1c..c0b1bf39 100644 --- a/docs/plugins/inspect/plugin-vaapi.xml +++ b/docs/plugins/inspect/plugin-vaapi.xml @@ -3,7 +3,7 @@ <description>VA-API based elements</description> <filename>../../gst/vaapi/.libs/libgstvaapi.so</filename> <basename>libgstvaapi.so</basename> - <version>1.15.2</version> + <version>1.15.2.1</version> <license>LGPL</license> <source>gstreamer-vaapi</source> <package>gstreamer-vaapi</package> diff --git a/meson.build b/meson.build index 5b36d1b6..6d8f1f86 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer-vaapi', 'c', - version : '1.15.2', + version : '1.15.2.1', meson_version : '>= 0.47.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |