From 6a3321d04c16551ef38a2485eda21d2fe3b1e83f Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Fri, 5 May 2023 19:12:03 -0600 Subject: [PATCH] Release GE-Proton8-2 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7e7a3b453..69fc95527 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton8-1 +GE-Proton8-2 diff --git a/proton b/proton index 1b7874a02..23d27c914 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-3" +CURRENT_PREFIX_VERSION="GE-Proton8-2" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"