diff --git a/Engines/Wine/Engine/Object/script.js b/Engines/Wine/Engine/Object/script.js index 134e195f53..bebae428aa 100644 --- a/Engines/Wine/Engine/Object/script.js +++ b/Engines/Wine/Engine/Object/script.js @@ -7,7 +7,7 @@ include(["utils", "functions", "net", "resource"]); /* exported LATEST_STABLE_VERSION */ var LATEST_STABLE_VERSION = "3.0"; /* exported LATEST_DEVELOPMENT_VERSION */ -var LATEST_DEVELOPMENT_VERSION = "3.7"; +var LATEST_DEVELOPMENT_VERSION = "3.8"; /* exported LATEST_STAGING_VERSION */ var LATEST_STAGING_VERSION = "2.21"; @@ -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 +};