From d61400923d57a078d2089d63904f8963684d4523 Mon Sep 17 00:00:00 2001 From: Dmitry Kargin Date: Thu, 9 Jan 2025 11:03:29 +0300 Subject: [PATCH] Bumped version --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd24e4a..2248eb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13) set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) cmake_policy(SET CMP0077 NEW) -project(miniros VERSION 0.4) +project(miniros VERSION 0.4.1) include(CheckIncludeFile) include(CheckIncludeFiles) diff --git a/package.xml b/package.xml index e61b32e..5777089 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ miniros - 0.3.0 + 0.4.1 ROS CXX contains a stripped version of ROS C++ code. It should become a standalone ROS client without any complex external dependencies.