But since no os_* function uses it, it's safe to let the frotz core see
this definition, but have the unix port see the curses version. */
-/* #include "../config.h" */
+#ifndef VERSION
+#define VERSION "2.44pre"
+#endif
#ifndef __UNIX_PORT_FILE
#include <signal.h>
f_setup_t f_setup;\r
\r
static char information[] =\r
-"FROTZ V2.43 - interpreter for all Infocom games. Complies with standard\n"\r
-"1.0 of Graham Nelson's specification. Written by Stefan Jokisch in 1995-7\n"\r
+"An interpreter for all Infocom and other Z-Machine games.\n"\r
+"Complies with standard 1.0 of Graham Nelson's specification.\n"\r
"\n"\r
"Syntax: frotz [options] story-file\n"\r
"\n"\r
parse_options (argc, argv);\r
\r
if (optind != argc - 1) {\r
+ printf ("FROTZ V%s\tMSDOS / PCDOS Edition\n", VERSION);\r
puts (information);\r
exit (EXIT_FAILURE);\r
}\r