Skip to content

Commit

Permalink
Update Wine LATEST_DEVELOPMENT_VERSION and LATEST_STAGING_VERSION to …
Browse files Browse the repository at this point in the history
…4.2 (#868)
  • Loading branch information
plata committed Feb 18, 2019
1 parent 6155f0a commit 5af4bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engines/Wine/Engine/Object/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ include(["utils", "functions", "net", "resource"]);
/* exported LATEST_STABLE_VERSION */
var LATEST_STABLE_VERSION = "4.0";
/* exported LATEST_DEVELOPMENT_VERSION */
var LATEST_DEVELOPMENT_VERSION = "4.1";
var LATEST_DEVELOPMENT_VERSION = "4.2";
/* exported LATEST_STAGING_VERSION */
var LATEST_STAGING_VERSION = "4.1";
var LATEST_STAGING_VERSION = "4.2";
/* exported LATEST_DOS_SUPPORT_VERSION */
var LATEST_DOS_SUPPORT_VERSION = "4.0";

Expand Down

0 comments on commit 5af4bf4

Please sign in to comment.