From: eldy <> Date: Tue, 9 Jul 2013 20:11:32 +0000 (+0000) Subject: Update version X-Git-Tag: AWSTATS_7_3~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8bdcd4a6a3db25ed02cf61f2063a8e2b110bf3c;p=thirdparty%2FAWStats.git Update version --- diff --git a/make/makepack-awstats_webmin.pl b/make/makepack-awstats_webmin.pl index 32f5a077..82f8eb09 100644 --- a/make/makepack-awstats_webmin.pl +++ b/make/makepack-awstats_webmin.pl @@ -9,8 +9,8 @@ use Cwd; $PROJECT="awstats"; -$MAJOR="1"; -$MINOR="9"; +$MAJOR="2"; +$MINOR="0"; @LISTETARGET=("WBM"); # Possible packages %REQUIREMENTTARGET=( # Tool requirement for each package "WBM"=>"tar", @@ -111,7 +111,7 @@ while (! $found) { printf(" %d - %3s (%s)\n",$cpt,$target,"Need ".$REQUIREMENTTARGET{$target}); } - # On demande de choisir le fichier � passer + # On demande de choisir le fichier a passer print "Choose one package number or several separated with space: "; $NUM_SCRIPT=; chomp($NUM_SCRIPT);