synced pinxi to inxi

This commit is contained in:
Harald Hope 2023-09-25 15:12:34 -07:00
parent 203f14c77d
commit 76610709bd

4
pinxi
View file

@ -49,9 +49,9 @@ use POSIX qw(ceil uname strftime ttyname);
## INXI INFO ## ## INXI INFO ##
my $self_name='pinxi'; my $self_name='pinxi';
my $self_version='3.3.29'; my $self_version='3.3.30';
my $self_date='2023-09-25'; my $self_date='2023-09-25';
my $self_patch='27'; my $self_patch='01';
## END INXI INFO ## ## END INXI INFO ##
my ($b_pledge,@pledges); my ($b_pledge,@pledges);