From c3f39234e7f033cd3c2330c8f91a7855b3560abb Mon Sep 17 00:00:00 2001 From: Melissa Montero Date: Mon, 19 Jul 2021 14:34:59 -0600 Subject: [PATCH] Bump version to 0.13.0 --- configure.ac | 2 +- debian/changelog | 10 ++++++++++ meson.build | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 37d3eab6..20af0ea3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl required version of autoconf AC_PREREQ([2.53]) dnl Gstreamer's daemon package name and version -AC_INIT([gstd],[0.12.0]) +AC_INIT([gstd],[0.13.0]) dnl required version of gstreamer and gst-plugins-base GST_REQUIRED=1.0.0 diff --git a/debian/changelog b/debian/changelog index 2d1dad78..e9c9106a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +gstd (0.13.0-1) unstable; urgency=medium + + * Add libgstc support to get pipeline state + * Fix memory leak in gstd pipeline get property + * Add libgstc signals support + * Remove compilation warnings + * Fix tests to build inside gst-build + + -- RidgeRun Engineering Mon, 19 Jul 14:30:00 -0600 + gstd (0.12.0-1) unstable; urgency=medium * Inint scripts support diff --git a/meson.build b/meson.build index 24cd14b2..a0af2e25 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstd', 'c', - version : '0.12.0', + version : '0.13.0', meson_version : '>= 0.50',) gstd_version = meson.project_version()