From 078e72c1a3902ea94f9a269e2f7edbf794cd6631 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 25 Dec 2019 22:51:52 -0500
Subject: [PATCH] Pregmod v3.2.0

---
 Changelog.txt                | 8 +++++++-
 src/002-config/fc-version.js | 4 ++--
 src/uncategorized/main.tw    | 4 +++-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/Changelog.txt b/Changelog.txt
index aef286bf315..4f84a5343b9 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,8 +1,12 @@
 Pregmod
 
-0.10.7.1-3.1.x
+0.10.7.1-3.2.x
+
+	12/25/2019
 
+	0
 	-slave health overhaul (short and long term health, exhuastion effects and illness)
+	-slave release rules overhaul (better control of who they do in their free time)
 	-eye object overhaul
 	-organ farm cleanup
 	-limb cleaning
@@ -10,6 +14,8 @@ Pregmod
 	-added pit assign/remove rules to the RA
 	-fixes and cleaning
 
+0.10.7.1-3.1.x
+
 	12/11/2019
 
 	4
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 2a25d8dc591..bb79320be10 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,7 +1,7 @@
 App.Version = {
 	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
-	pmod: "3.1.0",
-	release: 1059,
+	pmod: "3.2.0",
+	release: 1060,
 };
 
 /* Use release as save version */
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 972c677c548..eae57b61bbe 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -1,7 +1,9 @@
 :: Main [nobr]
 
 <<if $releaseID >= 1000 || ["0.9", "0.8", "0.7", "0.6"].includes($ver)>>
-	<<if $releaseID >= 1059>>
+	<<if $releaseID >= 1060>>
+	<<elseif $releaseID < 1060>>
+		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. There have been multiple slave variable overhauls, so please run [[backwards compatibility|Backwards Compatibility]].
 	<<elseif $releaseID < 1059>>
 		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. As the side bar may have become nonfunctional, here is [[backwards compatibility|Backwards Compatibility]].
 	<<elseif $releaseID < 1057>>
-- 
GitLab