Skip to content

Commit 43e40b8

Browse files
committed
Moved the SDL version back to SDL_version.h
1 parent 0bcd6a0 commit 43e40b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packed/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ exports.project_descriptions = (_a = {},
15311531
minor_define: "SDL_MINOR_VERSION",
15321532
patch_define: "(?:SDL_PATCHLEVEL|SDL_MICRO_VERSION)",
15331533
header_paths: ["include/SDL3", "include/SDL2"],
1534-
header_filenames: ["SDL.h", "SDL_version.h"],
1534+
header_filenames: ["SDL_version.h"],
15351535
git_url: "https://github.com/libsdl-org/SDL.git",
15361536
repo_owner: "libsdl-org",
15371537
repo_name: "SDL",
@@ -91762,4 +91762,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
9176291762
/******/ module.exports = __webpack_exports__;
9176391763
/******/
9176491764
/******/ })()
91765-
;
91765+
;

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const project_descriptions: { [key in Project]: ProjectDescription } = {
220220
minor_define: "SDL_MINOR_VERSION",
221221
patch_define: "(?:SDL_PATCHLEVEL|SDL_MICRO_VERSION)",
222222
header_paths: ["include/SDL3", "include/SDL2"],
223-
header_filenames: ["SDL.h", "SDL_version.h"],
223+
header_filenames: ["SDL_version.h"],
224224
git_url: "https://github.com/libsdl-org/SDL.git",
225225
repo_owner: "libsdl-org",
226226
repo_name: "SDL",

0 commit comments

Comments
 (0)