summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-01 19:11:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-01 19:11:23 +0100
commiteb273cd7b036c35ae9070bd6352101914f273e71 (patch)
tree272b5fec83e1d6faf00184b3600024d984fa33bd /src/version.c
parent0d878b95d8f9ece2fdba81050f5caba224540f9c (diff)
patch 9.0.0019: timers test not run where possiblev9.0.0019
Problem: Timers test not run where possible. Solution: Adjust platform checks. (closes #10645)
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 6415b59caf..42e9135e1f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 19,
+/**/
18,
/**/
17,