]> git.ipfire.org Git - people/ms/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)
committerAlexander Marx <amarx@ipfire.org>
Thu, 8 Aug 2013 05:52:02 +0000 (07:52 +0200)
html/cgi-bin/forwardfw.cgi

index 12fa8f8c0b7a27850d34bc833c4818dedd809e5e..b293b034ea67f4d6c20becc679fb6d885c714e13 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";