Skip to content

Commit 0f81c0a

Browse files
committed
Update for SDL 3.2.20
1 parent 21903a2 commit 0f81c0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
const std = @import("std");
55

6-
pub const version: std.SemanticVersion = .{ .major = 3, .minor = 2, .patch = 18 };
6+
pub const version: std.SemanticVersion = .{ .major = 3, .minor = 2, .patch = 20 };
77
const formatted_version = std.fmt.comptimePrint("SDL3-{d}.{d}.{d}", .{ version.major, version.minor, version.patch }); // TODO: Change to {f} after 0.15
8-
pub const vendor_info = "https://github.com/castholm/SDL 0.2.5";
8+
pub const vendor_info = "https://github.com/castholm/SDL 0.2.6";
99
pub const revision = formatted_version ++ " (" ++ vendor_info ++ ")";
1010

1111
pub fn build(b: *std.Build) void {

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.{
55
.name = .sdl,
6-
.version = "0.2.5+3.2.18",
6+
.version = "0.2.6+3.2.20",
77
.fingerprint = 0xec638ccbf427e2ee,
88
.minimum_zig_version = "0.14.1",
99
.dependencies = .{

0 commit comments

Comments
 (0)