Skip to content

Commit

Permalink
Release version 2022.02.2
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 10, 2022
1 parent 19f9ad5 commit 248363b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [2022.02.2] - 2022-10-10

### Fixed

- Fix compatibility with external YCM greater then 0.14.0 by bumping icub-main version to 1.24.1 (https://github.com/robotology/robotology-superbuild/pull/1283) .

## [2022.02.1] - 2022-04-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cmake/RobotologySuperbuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif()

set(ROBOTOLOGY_PROJECT_TAGS "Custom" CACHE STRING "The tags to be used for the robotology projects: Stable, Unstable, LatestRelease or Custom. This can be changed only before the first configuration.")
mark_as_advanced(ROBOTOLOGY_PROJECT_TAGS)
set(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE "${CMAKE_CURRENT_SOURCE_DIR}/releases/2022.02.1.yaml" CACHE FILEPATH "If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded to specify the tags of the projects to use.")
set(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE "${CMAKE_CURRENT_SOURCE_DIR}/releases/2022.02.2.yaml" CACHE FILEPATH "If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded to specify the tags of the projects to use.")
mark_as_advanced(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE)
set_property(CACHE ROBOTOLOGY_PROJECT_TAGS PROPERTY STRINGS "Stable" "Unstable" "LatestRelease" "Custom")

Expand Down
2 changes: 1 addition & 1 deletion conda/cmake/CondaGenerationOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option(CONDA_GENERATE_ROBOTOLOGY_METAPACKAGES "If on, generate recipes for robot

# This variable is automatically set to contain the robotology-superbuild version in case of releases
if(NOT CONDA_ROBOTOLOGY_SUPERBUILD_VERSION)
set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2022.02.1)
set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2022.02.2)
endif()

# For more conda generation options, check the specific project Build<CMakeProject>.cmake
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.12)

set(INSTALLER_VERSION 2022.02.1)
set(INSTALLER_VERSION 2022.02.2)
option(RI_INCLUDE_GAZEBO "If ON include the Gazebo simulator binaries." ON)
option(RI_BUILD_FULL_INSTALLER "If ON build the full installer, otherwise the dependencies one." ON)

Expand Down
2 changes: 1 addition & 1 deletion releases/2022.02.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories:
ICUB:
type: git
url: https://github.com/robotology/icub-main.git
version: v1.24.0
version: v1.24.1
ICUBcontrib:
type: git
url: https://github.com/robotology/icub-contrib-common.git
Expand Down

0 comments on commit 248363b

Please sign in to comment.