summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorDrew Vogel <dvogel@github>2024-05-22 16:51:53 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-22 16:51:53 +0200
commit5090f838bbcd3a13433d9fe20a94f3ce6b796eb1 (patch)
treeb22ab7d1d863db2ce779b3d71b82e9a2c2331947 /src/version.c
parent802fc04a78a7d98673dc9171d4b89597447a5bda (diff)
patch 9.1.0432: Ancient XPM preprocessor hack may cause build errorsv9.1.0432
Problem: Ancient XPM preprocessor hack may cause build errors. Solution: Simplify XPM includes and get rid of complicated #ifdef magic (Drew Vogel). closes: #14816 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 ca8af16900..b37dbcf857 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 */
/**/
+ 432,
+/**/
431,
/**/
430,