From: Alexander Marx Date: Wed, 10 Jul 2013 11:51:46 +0000 (+0200) Subject: Forward Firewall: just increased version number X-Git-Tag: v2.15-beta1~290^2~11^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6584a984a0b149715b9f51451ab82216f42d0e0c;p=people%2Fms%2Fipfire-2.x.git Forward Firewall: just increased version number --- diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 24dd147f25..061fe5f2cc 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -64,7 +64,7 @@ my %aliases=(); my %optionsfw=(); my %ifaces=(); -my $VERSION='0.9.9.10'; +my $VERSION='0.9.9.11'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts";