From 5a4e2d954b6e7a82ee6837fc14d39acc1fef178e Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 19 Nov 2023 09:41:05 +1000 Subject: [PATCH] conan: bump gcc to 13.2 --- conan/profile/x86_64-afl-linux-release | 2 +- conan/profile/x86_64-gcc-linux-debug | 2 +- conan/profile/x86_64-gcc-linux-release | 2 +- conan/profile/x86_64-gcc-mingw-release | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conan/profile/x86_64-afl-linux-release b/conan/profile/x86_64-afl-linux-release index 49a94db..e8924bd 100644 --- a/conan/profile/x86_64-afl-linux-release +++ b/conan/profile/x86_64-afl-linux-release @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=clang -compiler.version=13 +compiler.version=13.2 compiler.libcxx=libc++ build_type=Release diff --git a/conan/profile/x86_64-gcc-linux-debug b/conan/profile/x86_64-gcc-linux-debug index e187873..e53a934 100644 --- a/conan/profile/x86_64-gcc-linux-debug +++ b/conan/profile/x86_64-gcc-linux-debug @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=gcc -compiler.version=13.1 +compiler.version=13.2 compiler.libcxx=libstdc++11 build_type=Debug diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index bd48588..c28d5c3 100644 --- a/conan/profile/x86_64-gcc-linux-release +++ b/conan/profile/x86_64-gcc-linux-release @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=gcc -compiler.version=13.1 +compiler.version=13.2 compiler.libcxx=libstdc++11 build_type=Release diff --git a/conan/profile/x86_64-gcc-mingw-release b/conan/profile/x86_64-gcc-mingw-release index 8cb4f72..39264a0 100644 --- a/conan/profile/x86_64-gcc-mingw-release +++ b/conan/profile/x86_64-gcc-mingw-release @@ -19,6 +19,6 @@ os=Windows arch=x86_64 compiler=gcc -compiler.version=13.1 +compiler.version=13.2 compiler.libcxx=libstdc++11 build_type=Release