Allow selecting stable Wine versions even if they are old
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
301ad3cd1a
commit
591cf938b5
@@ -33,6 +33,10 @@ define("BUGZILLA_ROOT","http://bugs.winehq.org/"); // path to bugzilla
|
||||
// How old (days) a test report has to before it is judged to be aged
|
||||
define("TESTDATA_AGED_THRESHOLD", 175);
|
||||
|
||||
// Show versions from these branches even if they are not among the most recent ones
|
||||
// Separate by commas if there are more than one
|
||||
define("STABLE_BRANCHES", "1.0."););
|
||||
|
||||
/*
|
||||
* apps database info
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user