From 545afd453ce078361d56e5310c8acaad28a4dbe5 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 18 Aug 2019 19:45:36 -0700 Subject: [PATCH 1/2] Add GPL boilerplate to intro and set serial number --- vengeance.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vengeance.inf b/vengeance.inf index 1103f3a..11fa97f 100755 --- a/vengeance.inf +++ b/vengeance.inf @@ -5,9 +5,9 @@ Constant Story "Vengeance"; Constant Headline "^The Interactive Fiction debut of Victor Gijsbers.^ - This work is released under the GNU General Public License, version 3 or any later version.^ (See: https://www.gnu.org/licenses/gpl-3.0.txt)^"; + This work is released under the GNU General Public License, version 3 or any later version. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.^"; Release 1; -Serial "000000"; ! for keeping track of public releases +Serial "190818"; ! for keeping track of public releases !Constant MAX_SCORE = 10; Constant DEATH_MENTION_UNDO; -- 2.31.1 From 615e995391cf8c0acdc9ec23a49f2b36800595db Mon Sep 17 00:00:00 2001 From: Jason Self Date: Wed, 22 Jul 2020 20:58:01 -0700 Subject: [PATCH 2/2] Update the library to version 6.12.4 --- lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib b/lib index aec9e41..5bfb408 160000 --- a/lib +++ b/lib @@ -1 +1 @@ -Subproject commit aec9e4131b092ed33213b9891e1dc2b9574edf99 +Subproject commit 5bfb408b991028b28b411c28971831f59ece4684 -- 2.31.1