Skip to content

Commit ab52d02

Browse files
authored
Bump SDL3 version to the latest stable release (3.2.22) [publish sdl3 win] (#147)
* bump SDL3 version to the latest release * bump to 3.2.22
1 parent ace5531 commit ab52d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

win/build_sdl3.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ New-Item -ItemType Directory -Path kivy-dependencies/build
6363
New-Item -ItemType Directory -Path kivy-dependencies/dist
6464

6565
# windows SDL3
66-
$WINDOWS__SDL3__VERSION = "3.2.14"
66+
$WINDOWS__SDL3__VERSION = "3.2.22"
6767
$WINDOWS__SDL3__URL="https://github.com/libsdl-org/SDL/releases/download/release-$WINDOWS__SDL3__VERSION/SDL3-$WINDOWS__SDL3__VERSION.tar.gz"
6868
$WINDOWS__SDL3__FOLDER="SDL3-$WINDOWS__SDL3__VERSION"
6969

win/sdl3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import, print_function
22
from .common import *
33

4-
__version__ = "0.0.7"
4+
__version__ = "0.0.8"
55

66

77
def get_sdl3(cache, build_path, arch, package, output, download_only=False):

0 commit comments

Comments
 (0)