From 39bd8f60cd25e3ae2da604eced8e83ed9985d28a Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Fri, 5 Apr 2019 07:47:44 +0200 Subject: [PATCH] [wip/talos-simulation] Release 0.1.8 --- talos-simulation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talos-simulation/Makefile b/talos-simulation/Makefile index b2a40ea9..693c7d1f 100644 --- a/talos-simulation/Makefile +++ b/talos-simulation/Makefile @@ -1,14 +1,14 @@ # robotpkg Makefile for: wip/talos-simulation # Created: Olivier Stasse on Mer, 3 May 2017 # -VERSION= 0.1.4 +ORG= pal-robotics +VERSION= 0.1.8 PKGBASE= talos-simulation PKGNAME= ${PKGBASE}-${VERSION} DISTNAME= ${VERSION} ROSNAME= $(subst -,_,${PKGBASE}) WRKSRC= ${WRKDIR}/${ROSNAME}-${VERSION} DIST_SUBDIR= ${PKGBASE} -PKGREVISION= 4 CATEGORIES= wip MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git -- GitLab