diff --git a/Changelog.txt b/Changelog.txt
index e32364e5e1e45a031b84d991a0d427fcee9690e0..6bece9057f21b029fc37033d6846f9bf1186713c 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,8 +1,10 @@
 Pregmod
 
-0.10.7.1-2.3.x
+0.10.7.1-2.4.x
 
-	9
+05/25/2019
+	
+	0
 	-unified cybermod with vanilla
 	-slave assignment links improved
 	-facility transfer tab added to facility assignment
@@ -20,6 +22,8 @@ Pregmod
 	-restored chem summary to the clinic
 	-fixes
 
+0.10.7.1-2.3.x
+
 04/17/2019
 
 	8
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 3ed9afcd0f5467b48e73c95b87e6dc3bc0812e45..93338b2ebd0bb78c74a94b597d7bda97ef5bc700 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 = "2.3.X", $releaseID = 1044>>
-<<if ndef $pmodVer>><<set $pmodVer = "2.3.X">><</if>>
+<<set $ver = "0.10.7", $pmodVer = "2.4.X", $releaseID = 1045>>
+<<if ndef $pmodVer>><<set $pmodVer = "2.4.X">><</if>>
 
 /* This needs to be broken down into individual files that can be added to StoryInit instead. */