]> granicus.if.org Git - vim/commitdiff
patch 8.1.2112: build number for ConPTY is outdated v8.1.2112
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Oct 2019 19:29:12 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Oct 2019 19:29:12 +0000 (21:29 +0200)
Problem:    Build number for ConPTY is outdated.
Solution:   Update to new build number. (Nobuhiro Takasaki, closes #5014)

src/os_win32.c
src/version.c

index 790f75efd796fb342f165928ed1e38b37b4000d6..26005b24fc31c9cb14c228390d07bd9ac377f826 100644 (file)
@@ -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.
index f77ecc6673ad9f2dff87bfe445ae199384d41a7c..eb1ad1fc264fbd4e2337f16adff2b81133ec1cb9 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2112,
 /**/
     2111,
 /**/