From 0a22ed804cca6464d9db5350c33cb9d78d526817 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Mon, 30 Nov 2015 01:15:58 -0500 Subject: [PATCH] Version 0.6.1 --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8af0a6d7..2e5e5d02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ INCLUDE(GNUInstallDirs) ####################### # VERSION ####################### -SET(PROJECT_VERSION "0.6.0") +SET(PROJECT_VERSION "0.6.1") SET(PROJECT_PREFIX find_object) STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}") diff --git a/package.xml b/package.xml index 2370e438..db189496 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ find_object_2d - 0.5.1 + 0.6.1 The find_object_2d package Mathieu Labbe