diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-02-12 19:19:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 19:19:08 +0100 |
commit | bbf0c5b873a23ccb3bb3c83586eef266daec3541 (patch) | |
tree | 4a82bb27de50db69860a7c775aef99a7540591d2 | |
parent | 50b9638d6766551d0b4a867983c0b7b664e830a5 (diff) | |
parent | 33c60af500588bf2b7907249f22c24d01ddd261b (diff) |
Merge pull request #1046 from jp7677/proton-50
proto/wine: add Proton 5.0 version number
-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() |