diff options
Diffstat (limited to 'plugin/firewall/iptables')
| -rw-r--r-- | plugin/firewall/iptables/efw-iptables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/firewall/iptables/efw-iptables.c b/plugin/firewall/iptables/efw-iptables.c index be65d5e..aad5d4f 100644 --- a/plugin/firewall/iptables/efw-iptables.c +++ b/plugin/firewall/iptables/efw-iptables.c @@ -44,8 +44,8 @@ #include <eurephia_log.h> #include <eurephiafw_helpers.h> -#define INTERFACEVER "1.0" /**< The version of this firewall interface (driver) */ -#define INTERFACEAPIVER 1 /**< Define the API level this firewall interface uses. */ +#define INTERFACEVER "1.1" /**< The version of this firewall interface (driver) */ +#define INTERFACEAPIVER 2 /**< Define the API level this firewall interface uses. */ /** * eFWmode string translation table |
