summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-08 20:35:17 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-08 20:35:17 +0000
commit638388b8ef37684e36a7f5d9286bab2d31c28f36 (patch)
treee33ce6394e402e74937fdf25b621ce17036ba834 /src/version.c
parentcde1f8714ed2c046aa770c46229e781380122bd7 (diff)
patch 9.0.1395: Odin files are not recognizedv9.0.1395
Problem: Odin files are not recognized. Solution: Add a pattern for Odin files. (Amaan Qureshi, closes #12122)
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 34fe679d60..82d89c1ce5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1395,
+/**/
1394,
/**/
1393,