X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=htag.pl;fp=htag.pl;h=898e88ca9919bab83779313aa0d7c376a339992f;hb=b855f868858a20cac10e4eaaf9acaeccb7081b18;hp=5972d892524ee31e4cc1b2112a8cff202eb47ee2;hpb=49c39d47502a7485e7e63f7cbea8325852d25967;p=htag.git diff --git a/htag.pl b/htag.pl index 5972d89..898e88c 100755 --- a/htag.pl +++ b/htag.pl @@ -34,7 +34,7 @@ if ($< == 0 or $> == 0 or $( == 0 or $) == 0) { # HtagPlugin lying around the system then uncomment the following with the # path to your local copy of HtagPlugin -# use lib '/home/huggie/perl/huggietag/htag-0.0.23/HtagPlugin'; +# use lib '/home/huggie/perl/huggietag/htag-0.0.24/HtagPlugin'; use HtagPlugin 0.6; use Getopt::Long; @@ -56,7 +56,7 @@ my $cfgdebug=0; my $infinity = 80; ### Defines -$override{'VERSION'} = $cfg{'VERSION'} = "0.0.23"; +$override{'VERSION'} = $cfg{'VERSION'} = "0.0.24"; $override{'HOME'} = $cfg{'HOME'} = $ENV{"HOME"} || $ENV{"LOGDIR"} || (getpwuid($<))[7]; $cfg{'nicedie'} = 1;