From a3531c2e6e20cbf4d114974d74d8df9c2e677e01 Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Wed, 29 May 2019 18:18:36 +0200 Subject: [PATCH] [wip/py-sot-core-v3] Add filter_differentiator and madgwick in PLIST --- py-sot-core-v3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/py-sot-core-v3/Makefile b/py-sot-core-v3/Makefile index 2ffb7763..1a3aea02 100644 --- a/py-sot-core-v3/Makefile +++ b/py-sot-core-v3/Makefile @@ -5,6 +5,7 @@ ORG= stack-of-tasks NAME= sot-core VERSION= 4.3.0 +PKGREVISION= 1 DISTNAME= ${NAME}-${VERSION} PKGNAME= ${PKGTAG.python-}${NAME}-v3-${VERSION} -- GitLab