Update recommended Blender version text

This commit is contained in:
Luke Street 2020-09-04 03:46:02 -04:00
parent 362434bea6
commit 1acd71dc46
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ QVariant SysReqTableModel::data(const QModelIndex& index, int role) const {
return {}; return {};
#endif #endif
case 5: case 5:
return tr("Blender 2.83"); return tr("Blender 2.90");
} }
} else if (index.column() == 1) { } else if (index.column() == 1) {
/* Your System */ /* Your System */