file header bump from "NetHack 3.6" to "NetHack 3.7"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!perl
|
||||
# NetHack 3.6 mdgrep.pl $NHDT-Date: 1593953364 2020/07/05 12:49:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.19 $
|
||||
# NetHack 3.7 mdgrep.pl $NHDT-Date: 1596498260 2020/08/03 23:44:20 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.20 $
|
||||
# Copyright (c) Kenneth Lorber, Kensington, Maryland
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -54,17 +54,17 @@
|
||||
|
||||
$outfile = "mdgrep.h";
|
||||
sub start_file {
|
||||
($rev) = ('$NHDT-Revision: 1.19 $') =~ m/: (.*) .$/;
|
||||
my $date = '$NHDT-Date: 1593953366 2020/07/05 12:49:26 $';
|
||||
($rev) = ('$NHDT-Revision: 1.20 $') =~ m/: (.*) .$/;
|
||||
my $date = '$NHDT-Date: 1596498261 2020/08/03 23:44:21 $';
|
||||
my $branch = '$NHDT-Branch: NetHack-3.7 $';
|
||||
my $revision = '$NHDT-Revision: 1.19 $';
|
||||
my $revision = '$NHDT-Revision: 1.20 $';
|
||||
open(OUT, ">$outfile") || die "open $outfile: $!";
|
||||
# NB: Date and Revision below will be modified when mdgrep.h is written to
|
||||
# git - this is correct (but it means you must commit changes to mdgrep.pl
|
||||
# before generating mdgrep.h and committing that file).
|
||||
print OUT <<E_O_M;
|
||||
/*
|
||||
* NetHack 3.6 $outfile $date $branch:$revision
|
||||
* NetHack 3.7 $outfile $date $branch:$revision
|
||||
* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008
|
||||
* NetHack may be freely redistributed. See license for details.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user