Skip to content

Commit

Permalink
bump to 16.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 16, 2023
1 parent 4547cbf commit 9551e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/conda-forge/clang-compiler-activation-feedstock/blob/main/recipe/conda_build_config.yaml
CLANG_VERSION:
- 15.0.7
- 16.0.4
- 16.0.6

# VS-related things that are zipped together:
# match vcver / vsyear / vsver / runtime_version / cl_version from
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if CLANG_VERSION is not defined %}
{% set CLANG_VERSION = "16.0.4" %}
{% set CLANG_VERSION = "16.0.6" %}
{% set VCVER = "" %}
{% endif %}
{% set clang_major = CLANG_VERSION.split(".")[0] %}
Expand Down

0 comments on commit 9551e1d

Please sign in to comment.