From a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 10 Nov 2015 20:45:09 +0100 Subject: patch 7.4.920 Problem: The rubydll option is not in the options window. Solution: Add the rubydll option. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index a52dca982..eb418a705 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 920, /**/ 919, /**/ -- cgit v1.2.1