From f0da8d53d02633030dafe6ad301488e8946ffccd Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Fri, 22 Mar 2013 07:55:17 +0100 Subject: [PATCH] Forward Firewall: Version update forwardfw.cgi --- html/cgi-bin/forwardfw.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index 3f4ad306b..3e64259e8 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -77,7 +77,7 @@ my %aliases=(); my %optionsfw=(); my %ifaces=(); -my $VERSION='0.9.8.9'; +my $VERSION='0.9.9.0'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts";