File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
5
5
6
6
## [ Unreleased]
7
7
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
+
8
13
# [ 2.4.0] - 2023-10-30
9
14
10
15
### Changed
Original file line number Diff line number Diff line change 5
5
cmake_minimum_required (VERSION 3.8...3.16 )
6
6
7
7
project (icub-models
8
- VERSION 2.3.0 )
8
+ VERSION 2.4.1 )
9
9
10
10
include (GNUInstallDirs )
11
11
Original file line number Diff line number Diff line change 1
1
<package >
2
2
<name >iCub</name >
3
- <version >2.3.0 </version >
3
+ <version >2.4.1 </version >
4
4
<description >
5
5
This is not an actual package, but rather a placeholder to
6
6
make sure that the share/iCub directory is found as the
You can’t perform that action at this time.
0 commit comments