From 79c95b2b314c77bb912a8e02ac142695b28dc165 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Wed, 18 Jan 2023 12:24:35 -0700 Subject: [PATCH] Release GE-Proton7-45 --- VERSION | 2 +- proton | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3062570f1..2fcc75286 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -GE-Proton7-44 +GE-Proton7-45 diff --git a/proton b/proton index 82826c6fd..b35a6f9af 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-Proton7-44" +CURRENT_PREFIX_VERSION="GE-Proton7-45" PFX="Proton: " ld_path_var = "LD_LIBRARY_PATH"