From d4896121718a8751d04511d6f2eaf0663931e729 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sat, 28 Sep 2024 20:07:13 -0600 Subject: [PATCH] Release GE-Proton9-15 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ae26939b9..f8f0ba90c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton9-14 +GE-Proton9-15 diff --git a/proton b/proton index 2785b146d..285044345 100755 --- a/proton +++ b/proton @@ -42,7 +42,7 @@ from pathlib import Path #To enable debug logging, copy "user_settings.sample.py" to "user_settings.py" #and edit it if needed. -CURRENT_PREFIX_VERSION="GE-Proton9-14" +CURRENT_PREFIX_VERSION="GE-Proton9-15" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"