]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Forward Firewall: just increased version number
authorAlexander Marx <amarx@ipfire.org>
Wed, 10 Jul 2013 11:51:46 +0000 (13:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:15:33 +0000 (14:15 +0200)
html/cgi-bin/forwardfw.cgi

index 24dd147f2546804f80312f07508c756709321c0b..061fe5f2cc7e188350d136c8483443274875f653 100755 (executable)
@@ -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";