summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorDrew Vogel <dvogel@github>2024-05-23 17:49:39 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-23 17:49:39 +0200
commit742062f31faca14ae479f4688a5ad8add5d5c120 (patch)
tree12f59f632314bb7f49ede81998b16b4a8a793b86 /src/version.c
parent789679cfc4f39505b135220672b43a260d8ca3b4 (diff)
patch 9.1.0437: Motif requires non-const char pointer for XPM datav9.1.0437
Problem: Motif requires non-const char pointer for XPM data shared with GTK (Tony Mechelynck, after v9.1.0432) Solution: Cast non-const to const char pointer for GTK (Drew Vogel). closes: #14834 Signed-off-by: Drew Vogel <dvogel@github> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 98ec4754e5..7188cbd888 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 437,
+/**/
436,
/**/
435,