summaryrefslogtreecommitdiff
path: root/src/os_win32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-04 21:29:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-04 21:29:12 +0200
commit4c063dde73c618b0728016d221ef130d9e9ec968 (patch)
treec2ee2ca20ed2c8b14013335f3af1812a9cefb001 /src/os_win32.c
parent2a8d3b8997d4fe94bc9c02ae04e873eab2f13b09 (diff)
downloadvim-git-4c063dde73c618b0728016d221ef130d9e9ec968.tar.gz
patch 8.1.2112: build number for ConPTY is outdatedv8.1.2112
Problem: Build number for ConPTY is outdated. Solution: Update to new build number. (Nobuhiro Takasaki, closes #5014)
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c2
1 files changed, 1 insertions, 1 deletions
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.