diff src/version.c @ 15199:1e98b81ff9ee v8.1.0609

patch 8.1.0609: MS-Windows: unused variable, depending on the Ruby version commit https://github.com/vim/vim/commit/9d5c84a08f0574e680ef61d7e44e981bd6be741d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 19 20:48:46 2018 +0100 patch 8.1.0609: MS-Windows: unused variable, depending on the Ruby version Problem: MS-Windows: unused variable, depending on the Ruby version. Solution: Put ruby_sysinit and NtInitialize inside #ifdef and make them consistent. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Dec 2018 21:00:06 +0100
parents 074c643ee78f
children ce92157deb4e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    609,
+/**/
     608,
 /**/
     607,