summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-19 15:22:33 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-19 15:26:21 +0200
commit349f5cd8188c85ab0c4083c30de72d5a66604ec7 (patch)
tree95509433a9da4310047208f2f8dfc6d662e34980 /src/version.c
parentcee034112d41372d4c31abc327c6536b24fc25bd (diff)
patch 9.1.0356: MS-Windows: --remote may change working directoryv9.1.0356
Problem: MS-Windows: --remote may change working directory when 'shellslash' is set Solution: normalize directory separators on MS-Windows fixes: #14549 closes: #14587 Signed-off-by: Christian Brabandt <cb@256bit.org>
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 df4217dbfe..593ac4914a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 356,
+/**/
355,
/**/
354,