Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
Bump upstream version for jammy support
  • Loading branch information
gergondet committed Feb 14, 2024
1 parent 1cc319a commit bbad7c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(mc_rtc_msgs VERSION 1.1.0)
project(mc_rtc_msgs VERSION 1.1.1)

if(NOT DEFINED ENV{ROS_VERSION})
message(FATAL_ERROR "ROS_VERSION is not set in the environment")
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-rtc-msgs (1.1.1-1debian1) unstable; urgency=medium

* Bump upstream version for jammy support

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Wed, 14 Feb 2024 15:36:34 +0900

mc-rtc-msgs (1.1.0-1debian1) unstable; urgency=medium

* Add JointSensor message
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mc_rtc_msgs</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description>mc_rtc_msgs</description>
<maintainer email="pierre.gergondet@gmail.com">Pierre Gergondet</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit bbad7c8

Please sign in to comment.