Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Wine LATEST_DEVELOPMENT_VERSION and LATEST_STAGING_VERSION to …
  • Loading branch information
plata authored and ImperatorS79 committed May 11, 2019
commit ee66abbc635987999820a95b676c57ca501a7d7f
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.7";
var LATEST_DEVELOPMENT_VERSION = "4.8";
/* exported LATEST_STAGING_VERSION */
var LATEST_STAGING_VERSION = "4.7";
var LATEST_STAGING_VERSION = "4.8";
/* exported LATEST_DOS_SUPPORT_VERSION */
var LATEST_DOS_SUPPORT_VERSION = "4.0";

Expand Down