diff options
author | Jens Peters <jp7677@gmail.com> | 2020-02-10 19:53:14 +0100 |
---|---|---|
committer | Jens Peters <jp7677@gmail.com> | 2020-02-10 19:53:14 +0100 |
commit | 33c60af500588bf2b7907249f22c24d01ddd261b (patch) | |
tree | 4a82bb27de50db69860a7c775aef99a7540591d2 /proto-wine | |
parent | 50b9638d6766551d0b4a867983c0b7b664e830a5 (diff) |
proto/wine: add Proton 5.0 version number
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/ftnoir_protocol_wine_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-wine/ftnoir_protocol_wine_dialog.cpp b/proto-wine/ftnoir_protocol_wine_dialog.cpp index a0e7b488..b590ee94 100644 --- a/proto-wine/ftnoir_protocol_wine_dialog.cpp +++ b/proto-wine/ftnoir_protocol_wine_dialog.cpp @@ -3,7 +3,7 @@ #include "api/plugin-api.hpp" static const char* proton_versions[] = { - "4.11", "4.2", "3.16", "3.7", + "5.0", "4.11", "4.2", "3.16", "3.7", }; FTControls::FTControls() |