From dc9220271ea68c8441e9327add0cef2c28167438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 5 Dec 2023 20:59:54 +0100 Subject: [PATCH] proton: Bump proton and prefix version. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 33044785..6c712b73 100755 --- a/proton +++ b/proton @@ -40,7 +40,7 @@ from random import randrange #To enable debug logging, copy "user_settings.sample.py" to "user_settings.py" #and edit it if needed. -CURRENT_PREFIX_VERSION="8.0-103" +CURRENT_PREFIX_VERSION="9.0-200" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"