From c25ac86f53da1fa06adf4fc3cf1a37cd243b36bc Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 8 May 2024 09:17:52 +1100 Subject: [PATCH] bump build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d584603b..da2a0e8b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set version = gcc_version %} -{% set build_num = 7 %} +{% set build_num = 8 %} # libgcc-devel is a noarch: generic package that is built for # cross-compilers as well. Instead of skipping for cross-compilers,