From 66c38e612ae9a1c8fcd27b9caf8e042b735cb117 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Thu, 16 Nov 2023 19:44:00 +0200 Subject: [PATCH] Tag 23.3.0-rc4 --- buildinfo/msvc.txt | 10 +++++----- releasenotes.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/buildinfo/msvc.txt b/buildinfo/msvc.txt index 6ff1ce10..eb14027f 100644 --- a/buildinfo/msvc.txt +++ b/buildinfo/msvc.txt @@ -1,13 +1,13 @@ Build environment ----------------- Windows 10.0.20348 -Ressource Hacker 5.2.4.386 +Ressource Hacker 5.2.5.409 7-Zip 23.01 ultra compression Git 2.42.0.2 -Visual Studio Build Tools 2022 v17.7.6 +Visual Studio Build Tools 2022 v17.8.0 Windows SDK 10.1.22621.2428 Windows Driver Kit 10.1.22621.2428 -Nuget Commandline tool 6.7.0.127 +Nuget Commandline tool 6.8.0.131 Python 3.12.0 Python packages @@ -18,9 +18,9 @@ meson 1.2.3 pip 23.3.1 setuptools 68.2.2 -CMake 3.27.7 +CMake 3.27.8 Ninja 1.11.1 -LLVM 17.0.4 +LLVM 17.0.5 SPIRV Tools 2023.5.1 flex 2.6.4 Bison 3.8.2 diff --git a/releasenotes.md b/releasenotes.md index 12de1406..47145845 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,4 @@ +# 23.3.0-rc4 ### Build script - MSVC build: Move flex and bison detection after MSYS2 packages setup to ensure they are detected on fresh build environment setup; - MSVC: Be more exact about Visual Studio workload requirements.