From 7d2b57a5dc4042d399cc36f842158344e8e5b25d Mon Sep 17 00:00:00 2001 From: Jimena Salas Date: Tue, 3 Aug 2021 13:01:31 -0600 Subject: [PATCH 1/2] Update gstreamer common submodule URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a6b1eda..0ab8387 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "common"] path = common - url = git://anongit.freedesktop.org/gstreamer/common + url = https://gitlab.freedesktop.org/gstreamer/common.git From 7896b71b8c941eb784130915a514ddc40f946c20 Mon Sep 17 00:00:00 2001 From: Jimena Salas Date: Tue, 3 Aug 2021 13:24:24 -0600 Subject: [PATCH 2/2] Bump hotfix version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3cd0945..0fe5048 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ 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([GstShark], - [0.7.2.1], + [0.7.3.1], [https://github.com/RidgeRun/gst-shark], [gst-shark], [https://github.com/RidgeRun/gst-shark])