diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 4169dcfc187f3b83ed8dbcc615e5c489b03dd9d2..827e30c142475095ca30c482731d2adec25030e7 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -1,5 +1,15 @@
 Pregmod
 
+0.10.7.1-1.7.x
+
+01/26/2019
+
+	0
+	-corporation overhauled
+	-more farmyard development
+	-food resource and management (optional)
+	-fixes
+
 0.10.7.1-1.6.x
 
 01/23/2019
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index b2299232438a252591c8500c68f65abd6b0b7ea9..93bf7cd406a67d92906e968dd7afbc40e9996779 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -2628,7 +2628,7 @@ LORE: INTERVIEWS
 	<br>''DrNoOne'' wrote the bulk slave purchase and persistent summary code.
 	<br>''Mauve'' provided vector art for chastity belts and limp dicks.
 	<br>''Klorpa'' for dozens of new nationalities and boundless new names and nicknames. Also monokinis, middle eastern clothing and aprons. Also the hearing overhaul. Has declared war on bad spelling, grammar and formatting.
-	<br>'',owercasedonkey'' for various additions, not limited to the budget overhaul.
+	<br>''lowercasedonkey'' for various additions, not limited to the budget overhaul.
 	<br>''amomynous0'' for bug reports and testing in addition to SFmod unit descriptions.
 	<br>''wepsrd'' for QOL (hormonal balance cheat and lactation adaptation to new menu) fixes.
 
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 9594ad4b8172533c1dbfb088043e0f97479098df..226af19c8fdc857f3781c13198d179110a143ca1 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", $pmodVer = "1.6.X", $releaseID = 1039>>
-<<if ndef $pmodVer>><<set $pmodVer = "1.6.X">><</if>>
+<<set $ver = "0.10.7", $pmodVer = "1.7.X", $releaseID = 1040>>
+<<if ndef $pmodVer>><<set $pmodVer = "1.7.X">><</if>>
 
 /* This needs to be broken down into individual files that can be added to StoryInit instead. */