Set serial number to reflect the current date
[spiritwrak.git] / src / spirit.inf
index a458e6de4f342e42f41776cf81b2a86547d72b06..a193e8c6a76123a4777a8681f81ab2beeaffef95 100644 (file)
@@ -49,6 +49,7 @@ the Free Software Foundation; either version 3 of the License, or \
 (at your option) any later version.^^";
 
 Release 3;
+Serial "190819";
 
 ! ** Scoring System
 Constant MAX_SCORE 250;
@@ -83,8 +84,8 @@ Replace StrongSub;
 Replace InsertSub;  ! for relative sizes
 
 ! *** Include Parser and VerbLib
-Include "Parser";
-Include "VerbLib";
+Include "parser";
+Include "verblib";
 
 ! -- two global location ptrs for Barsap's Gambit
 global WN_TO;
@@ -3010,7 +3011,7 @@ Thanks for playing! ^^\
 -- D. S. Yu [dsyu@@64holonet.net]";
 ];
 
-Include "Grammar"; ! (Include grammar _after_ action defs, if we replace any)
+Include "grammar"; ! (Include grammar _after_ action defs, if we replace any)
 
 ! **** Extensions
 !Extend "turn" first