From 16110ccf11de7a41cb0db0ae1ecb829e5a1b98fc Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Thu, 16 Mar 2023 21:04:31 +0000 Subject: patch 9.0.1410: MacOS: sed fails on .po files Problem: MacOS: sed fails on .po files. Solution: Set $LANG to "C". (Yee Cheng Chin, closes #12153) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 27d4b128d9..8c69ef4adf 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1410, /**/ 1409, /**/ -- cgit v1.2.3