From 18043adaeb862745556b59b524e29cf25d4e7845 Mon Sep 17 00:00:00 2001 From: Luis Leon Date: Thu, 3 Mar 2022 12:04:05 -0600 Subject: [PATCH] Bump versions --- configure.ac | 2 +- debian/changelog | 9 +++++++++ libgstc/python/setup.py | 2 +- meson.build | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index db34d339..3cdfdde1 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.13.2]) +AC_INIT([gstd],[0.14.0]) dnl required version of gstreamer and gst-plugins-base GST_REQUIRED=1.0.0 diff --git a/debian/changelog b/debian/changelog index ee374ddf..7fc2e48f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gstd (0.14.0-1) unstable; urgency=medium + + * Add actions + * Memory leak Fixes + * CPP compilation fixes + * Updates PyGstc to 0.2.2 + + -- RidgeRun Engineering Thu, 03 Mar 12:00:00 -0600 + gstd (0.13.2-1) unstable; urgency=medium * Fix segfault when enabling HTTP IPC diff --git a/libgstc/python/setup.py b/libgstc/python/setup.py index 66e2c330..09a57a87 100755 --- a/libgstc/python/setup.py +++ b/libgstc/python/setup.py @@ -33,7 +33,7 @@ setup( name='pygstc', - version='0.2.1', + version='0.2.2', description='Python GStreamer Daemon Client', long_description='Python GStreamer Daemon Client', long_description_content_type='text/markdown', diff --git a/meson.build b/meson.build index 686dd01b..a30f776c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstd', 'c', - version : '0.13.2', + version : '0.14.0', meson_version : '>= 0.50',) gstd_version = meson.project_version()