From 411d09e9d2754aa36b9d682085e7a7fb777234cc Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 13 Jan 2025 12:10:57 +0200 Subject: [PATCH] proton: Bump CURRENT_PREFIX_VERSION. --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 78f6b599..510a40aa 100755 --- a/proton +++ b/proton @@ -39,7 +39,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="9.0-203" +CURRENT_PREFIX_VERSION="10.0-100" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"