From 4bf0bd05cff8ea726d762faeefa6867aa47ca4b2 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 25 May 2019 23:04:18 -0400 Subject: [PATCH] Version up --- Changelog.txt | 8 ++++++-- src/init/storyInit.tw | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index e32364e5e1e..6bece9057f2 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 3ed9afcd0f5..93338b2ebd0 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. */ -- GitLab