From 73267b7c7cbfe7c1a2049e758dc5e3f4aa88f1b6 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 9 May 2024 13:49:40 -0400
Subject: [PATCH] .wikiheaders-options: Fix include file path.
(cherry picked from commit a3ae3e9b7cbef89c8c6fd781dd49085780b8d86c)
---
.wikiheaders-options | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.wikiheaders-options b/.wikiheaders-options
index e2524690d..6eb5b73f3 100644
--- a/.wikiheaders-options
+++ b/.wikiheaders-options
@@ -4,7 +4,7 @@ incsubdir =
wikisubdir = SDL_image
apiprefixregex = IMG_
mainincludefname = SDL_image.h
-versionfname = SDL_image.h
+versionfname = include/SDL_image.h
versionmajorregex = \A\#define\s+SDL_IMAGE_MAJOR_VERSION\s+(\d+)\Z
versionminorregex = \A\#define\s+SDL_IMAGE_MINOR_VERSION\s+(\d+)\Z
versionpatchregex = \A\#define\s+SDL_IMAGE_PATCHLEVEL\s+(\d+)\Z