mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Change release name/number for 2.8.0 and make it a forced update
This commit is contained in:
parent
6fa5f4f9a5
commit
00c0162da3
3 changed files with 4 additions and 4 deletions
|
|
@ -26,8 +26,8 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList)
|
|||
featureList.insert("forgot_password", false);
|
||||
featureList.insert("websocket", false);
|
||||
// These are temp to force users onto a newer client
|
||||
featureList.insert("2.6.1_min_version", false);
|
||||
featureList.insert("2.7.0_min_version", false);
|
||||
featureList.insert("2.8.0_min_version", false);
|
||||
}
|
||||
|
||||
void FeatureSet::enableRequiredFeature(QMap<QString, bool> &featureList, QString featureName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue