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.0-rc7 (#833)
  • Loading branch information
plata committed Jan 21, 2019
1 parent c912389 commit ac12284
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 = "3.0.4";
/* exported LATEST_DEVELOPMENT_VERSION */
var LATEST_DEVELOPMENT_VERSION = "4.0-rc6";
var LATEST_DEVELOPMENT_VERSION = "4.0-rc7";
/* exported LATEST_STAGING_VERSION */
var LATEST_STAGING_VERSION = "4.0-rc4";
var LATEST_STAGING_VERSION = "4.0-rc7";
/* exported LATEST_DOS_SUPPORT_VERSION */
var LATEST_DOS_SUPPORT_VERSION = "4.0-rc4";

Expand Down

0 comments on commit ac12284

Please sign in to comment.