diff --git a/src/report.c b/src/report.c index 2ec645b44..e5f701287 100644 --- a/src/report.c +++ b/src/report.c @@ -1,4 +1,4 @@ -/* NetHack 5.0 report.c $NHDT-Date: 1741406837 2025/03/07 20:07:17 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.16 $ */ +/* NetHack 5.0 report.c $NHDT-Date: 1777240823 2026/04/26 22:00:23 $ $NHDT-Branch: to500 $:$NHDT-Revision: 1.19 $ */ /* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2024 */ /* NetHack may be freely redistributed. See license for details. */ @@ -295,7 +295,7 @@ submit_web_report(int cos, const char *msg, const char *why) char temp2[200]; int countpp = 0; /* pre and post traceback lines */ // URL loaded for creating reports to the NetHack DevTeam -// CRASHREPORTURL=https://nethack.org/links/cr-37BETA.html +// CRASHREPORTURL=https://nethack.org/links/cr-5.0.0.html if (!sysopt.crashreporturl) return FALSE; SWR_ADD(sysopt.crashreporturl); diff --git a/sys/unix/sysconf b/sys/unix/sysconf index 0e0cd3914..e960bd522 100644 --- a/sys/unix/sysconf +++ b/sys/unix/sysconf @@ -1,4 +1,4 @@ -# NetHack 5.0 sysconf $NHDT-Date: 1704043695 2023/12/31 17:28:15 $ $NHDT-Branch: keni-luabits2 $:$NHDT-Revision: 1.44 $ +# NetHack 5.0 sysconf $NHDT-Date: 1777240863 2026/04/26 22:01:03 $ $NHDT-Branch: to500 $:$NHDT-Revision: 1.47 $ # Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland # NetHack may be freely redistributed. See license for details. # @@ -164,7 +164,7 @@ PANICTRACE_GDB=1 PANICTRACE_LIBC=2 # URL loaded for creating reports to the NetHack DevTeam -#CRASHREPORTURL=https://nethack.org/links/cr-37BETA.html +#CRASHREPORTURL=https://nethack.org/links/cr-5.0.0.html # 'portable_device_paths' is only supported for Windows. Starting with # 3.6.3, nethack on Windows treats the folder containing nethack.exe and diff --git a/sys/windows/sysconf.template b/sys/windows/sysconf.template index 3a4fea676..4b00865c3 100644 --- a/sys/windows/sysconf.template +++ b/sys/windows/sysconf.template @@ -127,4 +127,4 @@ HIDEUSAGE=1 #LOCKDIR=c:\ProgramData\NetHack\5.0 # URL loaded for creating reports to the NetHack DevTeam -#CRASHREPORTURL=https://nethack.org/links/cr-37BETA.html +#CRASHREPORTURL=https://nethack.org/links/cr-5.0.0.html