From f49a69375f3d5c9d8a2bac428bd2120a40dd5d8e Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Fri, 8 Nov 2024 14:06:09 -0700 Subject: [PATCH] Release GE-Proton9-19 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a9e05cf53..c9041b80d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton9-18 +GE-Proton9-19 diff --git a/proton b/proton index e7601ba18..94e6a053c 100755 --- a/proton +++ b/proton @@ -43,7 +43,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-18" +CURRENT_PREFIX_VERSION="GE-Proton9-19" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"