Bump release number and stuff to prepare for new release.
authorDavid Griffith <dave@661.org>
Fri, 31 May 2019 05:30:40 +0000 (22:30 -0700)
committerDavid Griffith <dave@661.org>
Fri, 31 May 2019 05:30:40 +0000 (22:30 -0700)
kitten.inf

index 89ce7e3a32b782a5e6b1e9f5cac2dd57bc5f0902..e1b2073b1d46dc792ea82e6e9bd33232e57d1a22 100644 (file)
@@ -1,10 +1,10 @@
 ! robotfindskitten
 ! A Zen Simulation
-! Release 7 / Serial number 130320 / Inform v6.33
+! Release 8 / Serial number 19xxxx / Inform v6.34
 !
 !     [-]       |\_/|        http://www.robotfindskitten.org
 !     (+)=C     |o o|__      Leonard Richardson (C) 1997, 2000
-!     | |       --*--__\     David Griffith (C) 2002-2013  (Inform Edition)
+!     | |       --*--__\     David Griffith (C) 2002-2019  (Inform Edition)
 !     OOO       C_C(____)
 !
 !
@@ -50,8 +50,8 @@ Constant Nonkitten_Default 20;
 !
 Constant Nonkitten_Max 589;
 
-Release 7;
-Serial "130320";
+Release 8;
+!Serial "19xxxx";
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
@@ -171,7 +171,7 @@ Global Real_Release = 0;
        @set_cursor 8 30;
        print "Leonard Richardson (C) 1997, 2000";
        @set_cursor 9 30;
-       print "David Griffith (C) 2002-2013 (Inform Edition)";
+       print "David Griffith (C) 2002-2019 (Inform Edition)";
        @set_cursor 10 30;
        print "    ", MESSAGE_NUM, " different nonkittens!";
 
@@ -352,6 +352,10 @@ Modular release.^
 - NKIs now generated from an external file using nki2inf.pl.^
 - NKIs reduced to 723 because of redundancies and recommended deletions.^
 ^
+Release 7 / Serial Number 19xxxx^
+Another release.^
+- Fixed a potential problem of wrongly determining screen size.^
+^
 ^
 Known Bugs:^
 ^