Skip to content

Commit

Permalink
Merge pull request #238 from robotology/bump270
Browse files Browse the repository at this point in the history
Bump version to 2.7.0
  • Loading branch information
traversaro authored Sep 6, 2024
2 parents d4d1fc0 + b840450 commit 0b08b1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Changelog
All notable changes to this project will be documented in this file.

The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This file documents notable changes to this project done before June 2024. For changes after that date, plase refers to the release notes of each release at https://github.com/robotology/icub-models/releases .

## [Unreleased]

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.8...3.16)

project(icub-models
VERSION 2.6.0)
VERSION 2.7.0)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion iCub_manual/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>iCub</name>
<version>2.6.0</version>
<version>2.7.0</version>
<description>
This is not an actual package, but rather a placeholder to
make sure that the share/iCub directory is found as the
Expand Down

0 comments on commit 0b08b1d

Please sign in to comment.