summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYee Cheng Chin <ychin.git@gmail.com>2023-04-05 18:24:50 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-05 18:24:50 +0100
commitb6ebe5af74a965d703eb8ee66a07c97b0bbe6e58 (patch)
tree2206b7d36e29e5c055e1852288077e28d6ae5f99 /src/version.c
parent23a971da506249fc8388f06cd5c011b83406ac5c (diff)
patch 9.0.1441: MacOS: Python 3 using framework do not set dll name properlyv9.0.1441
Problem: MacOS: Python 3 using framework do not set dll name properly. Solution: Use the framework prefix. (Yee Cheng Chin, closes #12189)
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 853ea5f181..856eb46661 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 */
/**/
+ 1441,
+/**/
1440,
/**/
1439,