From 1455ff722e0c257e3d42fc23f23982975d45a09e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 17 Dec 2024 10:55:49 +0100 Subject: [PATCH] Bump CONDA_BUILD_NUMBER to 151 --- conda/cmake/CondaGenerationOptions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/cmake/CondaGenerationOptions.cmake b/conda/cmake/CondaGenerationOptions.cmake index 4f46283d8..b877519fe 100644 --- a/conda/cmake/CondaGenerationOptions.cmake +++ b/conda/cmake/CondaGenerationOptions.cmake @@ -2,7 +2,7 @@ # to ensure that binaries belonging to different rebuilds # can be distinguished even if the version number is the same if(NOT CONDA_BUILD_NUMBER) - set(CONDA_BUILD_NUMBER 150) + set(CONDA_BUILD_NUMBER 151) endif() # This option is enabled only when the metapackages robotology-distro and robotology-distro-all are