Skip to content

Commit 4855c28

Browse files
committed
mesa 24.0.1
1 parent e994028 commit 4855c28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@echo off
22
setlocal enabledelayedexpansion
33

4-
set LLVM_VERSION=18.1.0rc1
5-
set LLVM2_VERSION=18.1.0-rc1
6-
set MESA_VERSION=24.0.0
4+
set LLVM_VERSION=18.1.0rc2
5+
set LLVM2_VERSION=18.1.0-rc2
6+
set MESA_VERSION=24.0.1
77

88
set PATH=%CD%\llvm\bin;%CD%\winflexbison;%PATH%
99

0 commit comments

Comments
 (0)