From dc3c485486b59d3cb390d7bc4b805f5e8e2b00f3 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 27 Nov 2023 13:23:47 +0100 Subject: [PATCH] Bump CONDA_BUILD_NUMBER after successful Conda packages build and upload --- 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 3aba17fab..6b5a74b34 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 103) + set(CONDA_BUILD_NUMBER 104) endif() # This option is enabled only when the metapackages robotology-distro and robotology-distro-all are