From 3124cd602e372c2d7766b584991e55086c35b8d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 19 Apr 2019 10:20:02 +0100 Subject: [PATCH] Back to development --- README | 2 +- RELEASE | 2 +- configure.ac | 4 ++-- docs/plugins/inspect/plugin-coreelements.xml | 4 ++-- docs/plugins/inspect/plugin-coretracers.xml | 4 ++-- meson.build | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 08b2e1b..78f907d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -GStreamer 1.16.x stable series +GStreamer 1.17.x development series WHAT IT IS ---------- diff --git a/RELEASE b/RELEASE index 0a189fe..e256280 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -This is GStreamer core 1.16.0. +This is GStreamer core 1.17.0.1. The GStreamer team is thrilled to announce a new major feature release in the stable 1.0 API series of your favourite cross-platform multimedia framework! diff --git a/configure.ac b/configure.ac index 479a7a0..0f43743 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ 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 dnl -AC_INIT([GStreamer],[1.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) +AC_INIT([GStreamer],[1.17.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) AG_GST_INIT dnl initialize automake (we require GNU make) @@ -62,7 +62,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 1600, 0, 1600) +AS_LIBTOOL(GST, 1700, 0, 1700) dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index c690cab..a273904 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,10 +3,10 @@ GStreamer core elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 1.16.0 + 1.17.0.1 LGPL gstreamer - GStreamer source release + GStreamer git Unknown package origin diff --git a/docs/plugins/inspect/plugin-coretracers.xml b/docs/plugins/inspect/plugin-coretracers.xml index a2b37ea..04e47ff 100644 --- a/docs/plugins/inspect/plugin-coretracers.xml +++ b/docs/plugins/inspect/plugin-coretracers.xml @@ -3,10 +3,10 @@ GStreamer core tracers ../../plugins/tracers/.libs/libgstcoretracers.so libgstcoretracers.so - 1.16.0 + 1.17.0.1 LGPL gstreamer - GStreamer source release + GStreamer git Unknown package origin diff --git a/meson.build b/meson.build index e738c55..4819ba3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer', 'c', - version : '1.16.0', + version : '1.17.0.1', meson_version : '>= 0.47', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- 2.7.4