summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 866725f0b1..0688124cc2 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,6 +17,8 @@ matrix:
before_build:
# Use Windows SDK 7.1 (= MSVC 2010)
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
+ # Visual Studio 2015 compiler tools
+ - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64'
- 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'
build_script:
diff --git a/src/version.c b/src/version.c
index 36d4f99cfa..52e36abb5d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 522,
+/**/
521,
/**/
520,