Skip to content

Commit

Permalink
Update to Wine 4.0 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
plata committed Jan 26, 2019
1 parent be90b20 commit 53598da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Engines/Wine/Engine/Object/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ include(["utils", "functions", "net", "download"]);
include(["utils", "functions", "net", "resource"]);

/* exported LATEST_STABLE_VERSION */
var LATEST_STABLE_VERSION = "3.0.4";
var LATEST_STABLE_VERSION = "4.0";
/* exported LATEST_DEVELOPMENT_VERSION */
var LATEST_DEVELOPMENT_VERSION = "4.0-rc7";
var LATEST_DEVELOPMENT_VERSION = "4.0";
/* exported LATEST_STAGING_VERSION */
var LATEST_STAGING_VERSION = "4.0-rc7";
var LATEST_STAGING_VERSION = "4.0";
/* exported LATEST_DOS_SUPPORT_VERSION */
var LATEST_DOS_SUPPORT_VERSION = "4.0-rc4";
var LATEST_DOS_SUPPORT_VERSION = "4.0";

/**
* Wine main prototype
Expand Down

0 comments on commit 53598da

Please sign in to comment.