From 6d5d9bf9da1e16d61e799eb1033621dcd5ee9563 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Tue, 26 May 2020 23:22:48 -0400 Subject: [PATCH] Bump version 0.6.3 --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c68eae7e..a0791c60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endif (POLICY CMP0042) ####################### # VERSION ####################### -SET(PROJECT_VERSION "0.6.2") +SET(PROJECT_VERSION "0.6.3") SET(PROJECT_PREFIX find_object) STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}") diff --git a/package.xml b/package.xml index 2541c153..63d5ec77 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ find_object_2d - 0.6.2 + 0.6.3 The find_object_2d package Mathieu Labbe