From: Alexander Marx Date: Wed, 10 Jul 2013 11:51:46 +0000 (+0200) Subject: Forward Firewall: just increased version number X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9545108ef62bb444fa2a9e14e4c41fc86c3a45f2;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 12fa8f8c0b..b293b034ea 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";