mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
minor
This commit is contained in:
@@ -34,7 +34,7 @@ while (my $line = <FILE>) {
|
||||
if ($line =~ /date=/) {
|
||||
push @lines, (" <release version=\"\@PACKAGE_VERSION\@\" date=\"" . $year . "-" . $mon . "-" . $mday . "\"/>\n");
|
||||
} elsif ($line =~ /<!-- Copyright/) {
|
||||
push @lines, ("<!-- Copyright 2020-$year Jonathan Campbell -->\n");
|
||||
push @lines, ("<!-- Copyright 2011-$year Jonathan Campbell -->\n");
|
||||
} else {
|
||||
push @lines, $line;
|
||||
}
|
||||
|
Reference in New Issue
Block a user