From 95ac373fdcdbeb2ff9659b75fa096c2b77ccdbaa Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 13 Sep 2024 07:50:54 +0200 Subject: [PATCH] Bump CONDA_BUILD_NUMBER to 131 --- 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 9b9f535db..92e4abf1f 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 130) + set(CONDA_BUILD_NUMBER 131) endif() # This option is enabled only when the metapackages robotology-distro and robotology-distro-all are