diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 5ed40d031..238d331b7 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -3933,7 +3933,7 @@ and also .op autopickup_exception for ways to refine the behavior. .lp "" -Note: prior to version 3.7.0, the default for +Note: prior to version 5.0.0, the default for .op autopickup was \fIon\fP. .lp autoquiver @@ -5670,7 +5670,7 @@ An entry that maps a sound file to a user-specified message pattern. Each SOUND entry is broken down into the following parts: .PS "sound index" .PL MESG -message window mapping (the only one supported in 3.7.0); +message window mapping (the only one supported in 5.0.0); .PL msgtype optional; message type to use, see \(lqConfiguring Message Types\(rq .PL pattern @@ -6326,7 +6326,7 @@ Allows the following placeholders: .PL \f(CR%%\fP literal \(oq\f(CR%\fP\(cq .PL \f(CR%v\fP -version (eg. \(lq\f(CR3.7.0\-0\fP\(rq) +version (eg. \(lq\f(CR5.0.0\-0\fP\(rq) .PL \f(CR%u\fP game UID .PL \f(CR%t\fP diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 28443d737..825e22b92 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -23,7 +23,7 @@ %.au \author{Original version - Eric S. Raymond\\ -(Edited and expanded for 3.7.0 by Mike Stephenson and others)} +(Edited and expanded for 5.0.0 by Mike Stephenson and others)} %DO NOT REMOVE NH_DATESUB \date{Date(%B %-d, %Y)} \date{April 16, 2026} @@ -4263,7 +4263,7 @@ See ``\textit{pickup\textunderscore types}'' and also ``\textit{autopickup\textunderscore exception}'' for ways to refine the behavior. \\ %.lp "" -Note: prior to version 3.7.0, the default for \textit{autopickup} was \textit{on}. +Note: prior to version 5.0.0, the default for \textit{autopickup} was \textit{on}. %.lp \item[autoquiver] This option controls what happens when you attempt the `\texttt{f}' (fire) @@ -6250,7 +6250,7 @@ Each SOUND entry is broken down into the following parts: %.sd %.si -\texttt{MESG} --- message window mapping (the only one supported in 3.7.0);\\ +\texttt{MESG} --- message window mapping (the only one supported in 5.0.0);\\ \texttt{msgtype} --- optional; message type to use, see ``Configuring User Sounds''\\ \texttt{pattern} --- the pattern to match;\\ \texttt{sound file} --- the sound file to play;\\ @@ -6940,7 +6940,7 @@ Only available if your game is compiled with DUMPLOG. Allows the following placeholders: % FIXME: this should be changed to a nested list or else be forcibly indented \texttt{\%\%} --- literal `\texttt{\%}'\\ -\texttt{\%v} --- version (eg. ``\texttt{3.7.0-0}'')\\ +\texttt{\%v} --- version (eg. ``\texttt{5.0.0-0}'')\\ \texttt{\%u} --- game UID\\ \texttt{\%t} --- game start time, UNIX timestamp format\\ \texttt{\%T} --- current time, UNIX timestamp format\\ diff --git a/util/dlb_main.c b/util/dlb_main.c index 1926b871d..1912d1481 100644 --- a/util/dlb_main.c +++ b/util/dlb_main.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 dlb_main.c $NHDT-Date: 1706213798 2024/01/25 20:16:38 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.27 $ */ +/* NetHack 5.0 dlb_main.c $NHDT-Date: 1706213798 2024/01/25 20:16:38 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.27 $ */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/makedefs.c b/util/makedefs.c index 53c90c151..a19a5ae5e 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 makedefs.c $NHDT-Date: 1702948590 2023/12/19 01:16:30 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.233 $ */ +/* NetHack 5.0 makedefs.c $NHDT-Date: 1702948590 2023/12/19 01:16:30 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.233 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015. */ /* Copyright (c) M. Stephenson, 1990, 1991. */ diff --git a/util/panic.c b/util/panic.c index 50fe43705..92c921ddb 100644 --- a/util/panic.c +++ b/util/panic.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 panic.c $NHDT-Date: 1596498262 2020/08/03 23:44:22 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.13 $ */ +/* NetHack 5.0 panic.c $NHDT-Date: 1596498262 2020/08/03 23:44:22 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.13 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Robert Patrick Rankin, 2015. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/recover.c b/util/recover.c index 508263675..a1a7ed70b 100644 --- a/util/recover.c +++ b/util/recover.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 recover.c $NHDT-Date: 1687547437 2023/06/23 19:10:37 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.33 $ */ +/* NetHack 5.0 recover.c $NHDT-Date: 1687547437 2023/06/23 19:10:37 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.33 $ */ /* Copyright (c) Janet Walz, 1992. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/sfctool.c b/util/sfctool.c index 9c9423861..8d395cbbe 100644 --- a/util/sfctool.c +++ b/util/sfctool.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 sfctool.c */ +/* NetHack 5.0 sfctool.c */ /* Copyright (c) Michael Allison, 2025. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/sfexpasc.c b/util/sfexpasc.c index 9f390633f..c27878020 100644 --- a/util/sfexpasc.c +++ b/util/sfexpasc.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 sfexpasc.c.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ +/* NetHack 5.0 sfexpasc.c.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ /* Copyright (c) Michael Allison, 2025. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/stripbs.c b/util/stripbs.c index 15d319566..dd1452027 100644 --- a/util/stripbs.c +++ b/util/stripbs.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 stripbs.c */ +/* NetHack 5.0 stripbs.c */ /* Copyright (c) Michael Allison, 2025. */ /* NetHack may be freely redistributed. See license for details. */