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()