From 4b52149b2c47adc7ebca5837c722181657a14353 Mon Sep 17 00:00:00 2001 From: plata Date: Wed, 16 May 2018 19:44:56 +0200 Subject: [PATCH] Update Wine LATEST_STABLE_VERSION to 3.0.1 --- Engines/Wine/Engine/Object/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Engines/Wine/Engine/Object/script.js b/Engines/Wine/Engine/Object/script.js index 134e195f53..7ada95497b 100644 --- a/Engines/Wine/Engine/Object/script.js +++ b/Engines/Wine/Engine/Object/script.js @@ -5,7 +5,7 @@ include(["utils", "functions", "net", "download"]); include(["utils", "functions", "net", "resource"]); /* exported LATEST_STABLE_VERSION */ -var LATEST_STABLE_VERSION = "3.0"; +var LATEST_STABLE_VERSION = "3.0.1"; /* exported LATEST_DEVELOPMENT_VERSION */ var LATEST_DEVELOPMENT_VERSION = "3.7"; /* exported LATEST_STAGING_VERSION */ @@ -264,4 +264,4 @@ Wine.prototype.system64directory = function () { */ Wine.prototype.fontDirectory = function () { return this.prefixDirectory() + "/drive_c/windows/Fonts"; -}; \ No newline at end of file +};