From 6adc4e41c7cb1f4c08ad34f1ee1f75076c28cb3b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 9 Mar 2021 14:01:10 -0500
Subject: [PATCH] Pregmod 3.9.1

---
 Changelog.txt                | 6 ++++++
 src/002-config/fc-version.js | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Changelog.txt b/Changelog.txt
index 37d95df5dc5..6ebc3043e57 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,7 +2,13 @@ Pregmod
 
 0.10.7.1-3.9.x
 
+	03/09/2021
+
+	1
+	-added Elohiem's openGL renders
 	-added HG abortion permissions
+	-raiding, expiration & retirement JS conversions
+	-fixes
 
 	03/02/2021
 
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 29fecfb741f..2cf595041c9 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,6 +1,6 @@
 App.Version = {
 	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
-	pmod: "3.9.0",
+	pmod: "3.9.1",
 	commitHash: null,
 	release: 1120 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };
-- 
GitLab