Skip to content

Commit af59ceb

Browse files
committed
Release 25.0.3
1 parent fa12492 commit af59ceb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ plugins {
99
id("de.undercouch.download") version "5.6.0"
1010
}
1111

12+
val mesaVersion = "25.0.3"
13+
1214
group = "org.glavo"
13-
version = "1.0.0" + "-SNAPSHOT"
15+
version = mesaVersion //+ "-SNAPSHOT"
1416
description = "Mesa Loader for windows"
1517

1618
val packageName = "org.glavo.mesa"
@@ -50,7 +52,6 @@ tasks.jar {
5052
}
5153
}
5254

53-
val mesaVersion = "24.3.2"
5455
val mesaArches = listOf("x86", "x64", "arm64")
5556
val mesaDrivers = listOf("llvmpipe", "d3d12", "zink")
5657

0 commit comments

Comments
 (0)