Updated version info for all interfaces to mention ZMS 1.1.
authorDavid Griffith <dave@661.org>
Wed, 31 May 2023 04:04:22 +0000 (21:04 -0700)
committerDavid Griffith <dave@661.org>
Wed, 31 May 2023 04:04:22 +0000 (21:04 -0700)
src/curses/ux_init.c
src/dos/dosinit.c
src/dumb/dinit.c
src/sdl/sf_util.c
src/x11/x_init.c

index 8affb6ac7cb76f316c54cec20f082af3bcbc1498..abd7a83fdebe5cd418ff1c7673a19c6898239b5d 100644 (file)
@@ -1251,7 +1251,7 @@ static void print_version(void)
        printf("Git commit:     %s\n", GIT_HASH);
        printf("Notes:          %s\n", RELEASE_NOTES);
        printf("  Frotz was originally written by Stefan Jokisch.\n");
-       printf("  It complies with standard 1.0 of Graham Nelson's specification.\n");
+       printf("  It complies with standard 1.1 of the Z-Machine Standard.\n");
        printf("  It was ported to Unix by Galen Hazelwood.\n");
        printf("  It is distributed under the GNU General Public License version 2 or\n");
        printf("    (at your option) any later version.\n");
index 7b6fc3fc8e78f5504fb8426579042343b4f240f5..116aaadf3ede552dadd01e1d8b09788f994ddd43 100644 (file)
@@ -379,7 +379,7 @@ static void parse_options(int argc, char **argv)
                        printf("Git commit:     %s\n", GIT_HASH);
                        printf("Notes:          %s\n", RELEASE_NOTES);
                        printf("  Frotz was originally written by Stefan Jokisch.\n");
-                       printf("  It complies with standard 1.0 of Graham Nelson's specification.\n");
+                       printf("  It complies with standard 1.1 of the Z-Machine Standard.\n");
                        printf("  It was ported to Unix by Galen Hazelwood.\n");
                        printf("  The core and DOS port are maintained by David Griffith.\n");
                        printf("  Frotz's homepage is https://661.org/proj/if/frotz/\n");
index 6aa3dfa3198a5b21afd74301e8ea4661831450cd..bb620f3ec6a8c3825d21cecd253aef9863b7ffb9 100644 (file)
@@ -461,7 +461,7 @@ static void print_version(void)
        printf("Git commit:     %s\n", GIT_HASH);
        printf("Notes:          %s\n", RELEASE_NOTES);
        printf("  Frotz was originally written by Stefan Jokisch.\n");
-       printf("  It complies with standard 1.0 of Graham Nelson's specification.\n");
+       printf("  It complies with standard 1.1 of the Z-Machine Standard.\n");
        printf("  It was ported to Unix by Galen Hazelwood.\n");
        printf("  It is distributed under the GNU General Public License version 2 or\n");
        printf("    (at your option) any later version.\n");
index 5c2670c00821e894bb7c32a6ca84e60c71c9df16..034b560849cd81e15aa1a00307d569cdc17deb88 100644 (file)
@@ -393,7 +393,7 @@ static void print_version(void)
        printf("Git commit:     %s\n", GIT_HASH);
        printf("Notes:          %s\n", RELEASE_NOTES);
        printf("  Frotz was originally written by Stefan Jokisch.\n");
-       printf("  It complies with standard 1.0 of Graham Nelson's specification.\n");
+       printf("  It complies with standard 1.1 of the Z-Machine Standard.\n");
        printf("  It was ported to Unix by Galen Hazelwood.\n");
        printf("  It is distributed under the GNU General Public License version 2 or\n");
        printf("    (at your option) any later version.\n");
index 5b063f8dd743e0eb2431670314ad859fd2c1523e..b5a16d6ad16727ca7d8686baf2b7323122fb20f4 100644 (file)
@@ -352,7 +352,7 @@ void os_process_arguments(int argc, char *argv[])
                printf("Git commit:     %s\n", GIT_HASH);
                printf("Notes:          %s\n", RELEASE_NOTES);
                printf("  Frotz was originally written by Stefan Jokisch.\n");
-               printf("  It complies with standard 1.0 of Graham Nelson's specification.\n");
+               printf("  It complies with standard 1.1 of the Z-Machine Standard.\n");
                printf("  The X11 interface code was done by Daniel Schepler,\n");
                printf("  It is distributed under the GNU General Public License version 2 or\n");
                printf("    (at your option) any later version.\n");