diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 7e20c5d5a525913543d61dc755feca78cddd1880..ae058fc8b8c4b7a20923e28b4033608dab136e9d 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $returnTo = "init", $nextButton = "Continue", $nextLink = "Alpha disclaimer">>
 
 <<unset $releaseID>>
-<<set $ver = "0.10.7", $releaseID = 1030>>
-<<if ndef $releaseID>><<set $releaseID = 1030>><</if>>
+<<set $ver = "0.10.7", $releaseID = 1031>>
+<<if ndef $releaseID>><<set $releaseID = 1031>><</if>>
 
 /* This needs to be broken down into individual files that can be added to StoryInit instead. */
 
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 8c17e260fdb2f4b38dd22e427aeb52f8b0b8d882..9e7f397ea0d99ed1885fe6a3deb445e4042a3f0a 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -3,7 +3,9 @@
 <<unset $Flag>>
 <<resetAssignmentFilter>>
 <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
-	<<if $releaseID >= 1030>>
+	<<if $releaseID >= 1031>>
+	<<elseif $releaseID == 1030>>
+		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major overhaul to intelligence and education, it is advisable to run backwards compatibility.
 	<<elseif $releaseID >= 1022 && ndef $SF>>
 		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major changes to the Security Force Mod, you must run backwards compatibility.
 	<<elseif $releaseID >= 1022>>