From cdcb8de9e7fa8daf478f4fef1d80fe76b7b9baa7 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Tue, 7 Nov 2017 11:07:35 -0500 Subject: [PATCH] increased version to 0.6.2 --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56bba6d5..e18dc716 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ INCLUDE(GNUInstallDirs) ####################### # VERSION ####################### -SET(PROJECT_VERSION "0.6.1") +SET(PROJECT_VERSION "0.6.2") SET(PROJECT_PREFIX find_object) STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}") diff --git a/package.xml b/package.xml index 9e9bd806..21ee935b 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ find_object_2d - 0.6.1 + 0.6.2 The find_object_2d package Mathieu Labbe