Skip to content

Commit 2b79673

Browse files
committed
Show current version.
1 parent 263e014 commit 2b79673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdl3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def SDL_COUNT_BINARIES(path: str, system: str = SDL_SYSTEM, arch: str = SDL_ARCH
128128
data = json.load(file)
129129

130130
if packaging.version.parse(__version__) > packaging.version.parse(data["target"]):
131-
print("\33[35m", f"incompatible target version detected: '{data['target']}'.", "\33[0m", sep = "", flush = True)
131+
print("\33[35m", f"incompatible target version detected: '{data['target']}', current: 'v{__version__}'.", "\33[0m", sep = "", flush = True)
132132
missing = True
133133

134134
if data["system"] != SDL_SYSTEM or data["arch"] != SDL_ARCH:

0 commit comments

Comments
 (0)