From 3f1c15b24a3939d193c80c509132db9ee4d8cceb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 25 Sep 2016 20:22:02 +0200 Subject: [PATCH] patch 8.0.0009 Problem: Unecessary workround for AppVeyor. Solution: Revert patch 7.4.990. (Christian Brabandt) --- appveyor.yml | 3 --- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 263e778df..31ea0a923 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,9 +16,6 @@ matrix: before_build: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' - # Work around for Python 2.7.11's bug - - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32 - - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64 build_script: - src/appveyor.bat diff --git a/src/version.c b/src/version.c index a603fe3e9..cf986e4c3 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 9, /**/ 8, /**/ -- 2.50.1