From 83665eed7029c75781d20f480a616ab98ecacefc Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 21 Jul 2020 18:31:46 -0600 Subject: [PATCH] Bump version number --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2c26d74e..2b0005bd 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/pre -AC_INIT([GStreamer Inference],[0.10.0.1],[https://github.com/RidgeRun/gst-inference/issues],[gst-inference]) +AC_INIT([GStreamer Inference],[0.10.1.1],[https://github.com/RidgeRun/gst-inference/issues],[gst-inference]) AG_GST_INIT diff --git a/meson.build b/meson.build index 15f13738..cf6cdbd6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('GStreamer Inference', ['c', 'cpp'], default_options : ['cpp_std=c++11'], - version : '0.10.0.1', + version : '0.10.1.1', meson_version : '>= 0.50',) project_name = meson.project_name()