mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Update conflict merge for 5.6.1. This is a rotten hack, but it
works for all FreeBSD purposes.
This commit is contained in:
parent
19026919f5
commit
0e8d8a09a5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ my $glossary = $ARGV[1] || 'Porting/Glossary';
|
|||
|
||||
|
||||
open CONFIG, ">$config_pm" or die "Can't open $config_pm: $!\n";
|
||||
$myver = "v5.6.0"; # XXX - Yuck - allow bootstrapping. MarkM
|
||||
$myver = "v5.6.1"; # XXX - Yuck - allow bootstrapping. MarkM
|
||||
|
||||
print CONFIG <<'ENDOFBEG_NOQ', <<"ENDOFBEG";
|
||||
package Config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue