From: Bram Moolenaar Date: Fri, 4 Oct 2019 19:29:12 +0000 (+0200) Subject: patch 8.1.2112: build number for ConPTY is outdated X-Git-Tag: v8.1.2112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c063dde73c618b0728016d221ef130d9e9ec968;p=vim patch 8.1.2112: build number for ConPTY is outdated Problem: Build number for ConPTY is outdated. Solution: Update to new build number. (Nobuhiro Takasaki, closes #5014) --- diff --git a/src/os_win32.c b/src/os_win32.c index 790f75efd..26005b24f 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -7277,7 +7277,7 @@ mch_setenv(char *var, char *value, int x UNUSED) * Confirm until this version. Also the logic changes. * insider preview. */ -#define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18990) +#define CONPTY_INSIDER_BUILD MAKE_VER(10, 0, 18995) /* * Not stable now. diff --git a/src/version.c b/src/version.c index f77ecc667..eb1ad1fc2 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2112, /**/ 2111, /**/