summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorErnie Rael <errael@raelity.com>2024-04-18 22:53:33 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-18 22:53:33 +0200
commit6f1d05b85a4543b9806ea48926f6d4f497ad720a (patch)
tree402a42446c12d90fd7e31d73b083969797e1c6c9 /src/version.c
parented908f760d9fe933690745bac91aedb698bbd48f (diff)
patch 9.1.0353: tests: Test_autoload_import_relative_compiled fails on Windowsv9.1.0353
Problem: tests: Test_autoload_import_relative_compiled fails on Windows Solution: Disable on Windows for now, add missing :bw for clean-up (Ernie Rael) closes: #14579 Signed-off-by: Ernie Rael <errael@raelity.com> 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 7ee097953d..7458026de6 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 */
/**/
+ 353,
+/**/
352,
/**/
351,