From 1dff1c5f8cfc63c0e2b1b45acad636600dc94fb1 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 20 Jun 2019 11:03:54 +0200 Subject: [PATCH] [wip/hpp-{baxter,benchmark,romeo,universal-robot}] Stay on 4.5.0 --- hpp-baxter/Makefile | 1 + hpp-benchmark/Makefile | 1 + hpp-romeo/Makefile | 1 + hpp-universal-robot/Makefile | 1 + 4 files changed, 4 insertions(+) diff --git a/hpp-baxter/Makefile b/hpp-baxter/Makefile index d2843ec8..474be4d0 100644 --- a/hpp-baxter/Makefile +++ b/hpp-baxter/Makefile @@ -4,6 +4,7 @@ HPP_PACKAGE= hpp-baxter HPP_COMMENT= Wrappers for Baxter robot in HPP +HPP_VERSION= 4.5.0 ROSNAME= $(subst -,_,${HPP_PACKAGE}) diff --git a/hpp-benchmark/Makefile b/hpp-benchmark/Makefile index 85fa9217..c6278675 100644 --- a/hpp-benchmark/Makefile +++ b/hpp-benchmark/Makefile @@ -4,6 +4,7 @@ HPP_PACKAGE= hpp-benchmark HPP_COMMENT= Benchmark for HPP +HPP_VERSION= 4.5.0 ROSNAME= $(subst -,_,${HPP_PACKAGE}) DISTNAME= ${ROSNAME}-${HPP_VERSION} diff --git a/hpp-romeo/Makefile b/hpp-romeo/Makefile index 1f4f2f34..c2dbe000 100644 --- a/hpp-romeo/Makefile +++ b/hpp-romeo/Makefile @@ -4,6 +4,7 @@ HPP_PACKAGE= hpp-romeo HPP_COMMENT= Python and ros launch files for Romeo robot in hpp. +HPP_VERSION= 4.5.0 ROSNAME= $(subst -,_,${HPP_PACKAGE}) DISTNAME= ${ROSNAME}-${HPP_VERSION} diff --git a/hpp-universal-robot/Makefile b/hpp-universal-robot/Makefile index 91a4813d..e5a7ed8d 100644 --- a/hpp-universal-robot/Makefile +++ b/hpp-universal-robot/Makefile @@ -4,6 +4,7 @@ HPP_PACKAGE= hpp-universal-robot HPP_COMMENT= Data specific to robots ur5 and ur10 for hpp-corbaserver +HPP_VERSION= 4.5.0 CATEGORIES= wip -- GitLab