From ace853ed14220c3bab8323489a335703ff21ecb0 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 30 Jun 2024 11:21:10 -0600 Subject: [PATCH] Release GE-Proton9-9 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c6b17838ca..8123171de9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton9-8 +GE-Proton9-9 diff --git a/proton b/proton index 15d5db673b..f030308fa6 100755 --- a/proton +++ b/proton @@ -41,7 +41,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-8" +CURRENT_PREFIX_VERSION="GE-Proton9-9" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"