From 3328b883f843c364d00e6081353709be75042760 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Thu, 3 Aug 2023 18:21:41 -0600 Subject: [PATCH] Release GE-Proton8-11 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c7bfa0c94..6cbc01c3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton8-10 +GE-Proton8-11 diff --git a/proton b/proton index 5fcaf27b3..218022faa 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="GE-Proton8-10" +CURRENT_PREFIX_VERSION="GE-Proton8-11" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"