From 69e63e07780ee1cf4e2ca73bc70b05438650f7e8 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sat, 20 Nov 2021 13:48:23 -0500 Subject: [PATCH] 0.6.4 --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b7d118..0ed6aaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endif (POLICY CMP0042) ####################### # VERSION ####################### -SET(PROJECT_VERSION "0.6.3") +SET(PROJECT_VERSION "0.6.4") SET(PROJECT_PREFIX find_object) STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}") diff --git a/package.xml b/package.xml index 63d5ec7..3977342 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ find_object_2d - 0.6.3 + 0.6.4 The find_object_2d package Mathieu Labbe