diff --git a/Changelog.txt b/Changelog.txt
index aef286bf315dd1d3064ca24f31f049afecfd83d2..4f84a5343b9221f480055eb0d0ff732e578712db 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 2a25d8dc5917bd3f618e24c201794d07512b9334..bb79320be10be5d2a1d797c482f81d03a7e7a3d6 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 972c677c548e5442d1d15bb9acc821f160d2587a..eae57b61bbeee7f6e669ff41f7664ec8a3a983db 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>>