]> the.earth.li Git - htag.git/blobdiff - htag.pl
Import Upstream version 0.0.24
[htag.git] / htag.pl
diff --git a/htag.pl b/htag.pl
index 5972d892524ee31e4cc1b2112a8cff202eb47ee2..898e88ca9919bab83779313aa0d7c376a339992f 100755 (executable)
--- 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;