Browse Source

Bump version to 2.22.1.

Joe Clarke 2 weeks ago
parent
commit
3a37f0ef5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      portlint.pl

+ 1 - 1
portlint.pl

@@ -52,7 +52,7 @@ $portdir = '.';
 # version variables
 my $major = 2;
 my $minor = 22;
-my $micro = 0;
+my $micro = 1;
 
 # default setting - for FreeBSD
 my $portsdir = '/usr/ports';