From 7aa891c016105b4071847e59ec5f05e5d7b14a75 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Sun, 19 Feb 2023 10:37:17 +0100 Subject: [PATCH] Bump OpenAL to 1.23.0 on Windows --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 28289cfb14..a4fc89f832 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -558,7 +558,7 @@ FFMPEG_VER="4.2.2" ICU_VER="70_1" LUAJIT_VER="v2.1.0-beta3-452-g7a0cf5fd" LZ4_VER="1.9.2" -OPENAL_VER="1.20.1" +OPENAL_VER="1.23.0" QT_VER="5.15.2" OSG_ARCHIVE_NAME="OSGoS 3.6.5"