header should show 3.7 in these files that first appear there

This commit is contained in:
nhmall
2019-12-05 14:21:58 -05:00
parent a2e77064e8
commit e41d7390d5
3 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,13 @@
/* NetHack 3.6 sfascii.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* NetHack 3.7 sfascii.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* Copyright (c) Michael Allison, 2019. */
/* NetHack may be freely redistributed. See license for details. */
/*
* this is a proof-of-concept alternative output format. It doesn't
* offer value over the sflendian approach and is mostly used to test
* and confirm that alternative saveformat operates correctly.
*/
#include "hack.h"
#include "integer.h"
#include "sfprocs.h"
@@ -17,7 +23,7 @@ void FDECL(report_problem_ascii, (NHFILE *, const char *, const char *, const ch
#endif
struct sf_procs ascii_sfo_procs = {
".ascii",
".tx",
{
ascii_sfo_aligntyp,
ascii_sfo_any,
@@ -44,7 +50,7 @@ struct sf_procs ascii_sfo_procs = {
struct sf_procs ascii_sfi_procs =
{
".ascii",
".tx",
{
ascii_sfi_aligntyp,
ascii_sfi_any,

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 sf_base.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* NetHack 3.7 sf_base.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* Copyright (c) Michael Allison, 2019. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 sflendian.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* NetHack 3.7 sflendian.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
/* Copyright (c) M. Allison, 2019. */
/* NetHack may be freely redistributed. See license for details. */