Skip to content

Commit 8acbd71

Browse files
authored
Fix version in package.xml (#222)
1 parent d8919f7 commit 8acbd71

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
55

66
## [Unreleased]
77

8+
# [2.4.1] - 2023-10-30
9+
10+
### Fixed
11+
* Fixed version number in CMakeLists.txt and package.xml (https://github.com/robotology/icub-models/pull/222).
12+
813
# [2.4.0] - 2023-10-30
914

1015
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 3.8...3.16)
66

77
project(icub-models
8-
VERSION 2.3.0)
8+
VERSION 2.4.1)
99

1010
include(GNUInstallDirs)
1111

iCub_manual/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>iCub</name>
3-
<version>2.3.0</version>
3+
<version>2.4.1</version>
44
<description>
55
This is not an actual package, but rather a placeholder to
66
make sure that the share/iCub directory is found as the

0 commit comments

Comments
 (0)