summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-02 19:23:06 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-02 19:23:06 +0200
commit6efa46f4efd226f65634ba8eb6ddee54de1de563 (patch)
tree62f4aea4f5df5c46c4fafa73876394f973af346a /src/version.c
parent4488f5a545691ca4c8802bad0d70a5e750fc8844 (diff)
patch 8.2.1567: no example to use ubsan with clangv8.2.1567
Problem: No example to use ubsan with clang. Solution: Add example commands. (Dominique Pellé, issue #6811)
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 b75c9fbc65..e1d3b12ca3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1567,
+/**/
1566,
/**/
1565,