From cefac94dd4700e94bbb3a240078615c1685d3e0e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 19 Dec 2024 10:30:03 +0100 Subject: [PATCH] Bump version to 2024.11.2 --- cmake/RobotologySuperbuildOptions.cmake | 2 +- conda/cmake/CondaGenerationOptions.cmake | 2 +- packaging/windows/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/RobotologySuperbuildOptions.cmake b/cmake/RobotologySuperbuildOptions.cmake index d64987170..31ca7d0ec 100644 --- a/cmake/RobotologySuperbuildOptions.cmake +++ b/cmake/RobotologySuperbuildOptions.cmake @@ -118,7 +118,7 @@ if(WIN32 AND DEFINED ENV{CONDA_PREFIX}) endif() 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.") -set(ROBOTOLOGY_PROJECT_TAGS_CUSTOM_FILE "${CMAKE_CURRENT_SOURCE_DIR}/releases/2024.11.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/2024.11.2.yaml" CACHE FILEPATH "If ROBOTOLOGY_PROJECT_TAGS is custom, this file will be loaded to specify the tags of the projects to use.") set_property(CACHE ROBOTOLOGY_PROJECT_TAGS PROPERTY STRINGS "Stable" "Unstable" "LatestRelease" "Custom") diff --git a/conda/cmake/CondaGenerationOptions.cmake b/conda/cmake/CondaGenerationOptions.cmake index 2622ce4e0..70d409e65 100644 --- a/conda/cmake/CondaGenerationOptions.cmake +++ b/conda/cmake/CondaGenerationOptions.cmake @@ -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 2024.11.1) + set(CONDA_ROBOTOLOGY_SUPERBUILD_VERSION 2024.11.2) endif() # For more conda generation options, check the specific project Build.cmake diff --git a/packaging/windows/CMakeLists.txt b/packaging/windows/CMakeLists.txt index eae5044ed..a3195857b 100644 --- a/packaging/windows/CMakeLists.txt +++ b/packaging/windows/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12) -set(INSTALLER_VERSION 2024.11.1) +set(INSTALLER_VERSION 2024.11.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)