From 3b2892e81a4775d5fa7a618ce0cdb6b307f8df34 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 18 Jul 2022 11:27:47 +1000 Subject: [PATCH] conan: bump gcc/linux/release profile to 11.3 --- conan/profile/x86_64-gcc-linux-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index 996bc91..14a158a 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=11.2 +compiler.version=11.3 compiler.libcxx=libstdc++11 build_type=Release