From 9d141dc3f0aecff4bf74e5c2ccf81910cc08a77d Mon Sep 17 00:00:00 2001 From: tizianoGuadagnino Date: Thu, 9 Jan 2025 17:20:57 +0100 Subject: [PATCH] Change version --- cpp/kinematic_icp/CMakeLists.txt | 2 +- ros/CMakeLists.txt | 2 +- ros/package.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/kinematic_icp/CMakeLists.txt b/cpp/kinematic_icp/CMakeLists.txt index 7d3fe82..ad36f15 100644 --- a/cpp/kinematic_icp/CMakeLists.txt +++ b/cpp/kinematic_icp/CMakeLists.txt @@ -21,7 +21,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. cmake_minimum_required(VERSION 3.16...3.26) -project(kinematic_icp_cpp VERSION 0.2.0 LANGUAGES CXX) +project(kinematic_icp_cpp VERSION 0.1.1 LANGUAGES CXX) # Setup build options for the underlying kiss dependency option(USE_CCACHE "Build using Ccache if found on the path" ON) diff --git a/ros/CMakeLists.txt b/ros/CMakeLists.txt index 5532e83..ce12fad 100644 --- a/ros/CMakeLists.txt +++ b/ros/CMakeLists.txt @@ -21,7 +21,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. cmake_minimum_required(VERSION 3.16...3.26) -project(kinematic_icp VERSION 0.2.0 LANGUAGES CXX) +project(kinematic_icp VERSION 0.1.1 LANGUAGES CXX) set(CMAKE_BUILD_TYPE Release) diff --git a/ros/package.xml b/ros/package.xml index 45085d1..0138854 100644 --- a/ros/package.xml +++ b/ros/package.xml @@ -25,7 +25,7 @@ SOFTWARE. --> kinematic_icp - 0.2.0 + 0.1.1 ROS 2 Wrapper frevo137 MIT