From 9ada346fc6e4112f409abb2ff8ed4810f34c2423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 21 Jan 2016 14:58:50 +0100 Subject: [PATCH] Update VS lib version --- scripts/ps/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ps/install.ps1 b/scripts/ps/install.ps1 index 8ca77d1acf..7b87a2176a 100644 --- a/scripts/ps/install.ps1 +++ b/scripts/ps/install.ps1 @@ -14,7 +14,7 @@ Import-Module "$scriptsPath\common.psm1" -DisableNameChecking # Constants $libsUrl = "https://openrct2.website/files/openrct2-libs-vs2015.zip" -$libsVersion = 5 +$libsVersion = 6 # Get paths $rootPath = Get-RootPath