From a0d76311f2af50d2275757c708a685613af51088 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 2 Dec 2024 09:55:53 +0100 Subject: [PATCH] Bump CONDA_BUILD_NUMBER to 148 --- 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 494a12617..e4f463d88 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 147) + set(CONDA_BUILD_NUMBER 148) endif() # This option is enabled only when the metapackages robotology-distro and robotology-distro-all are