ipset: bump version number

Basically Xtables-addons's copy of ipset is already functionally equal
to ipset 4.3 thanks to our compat_xtables layer (and our modifications
in ipset/ to use it).
This commit is contained in:
Jan Engelhardt
2010-09-22 22:32:50 +02:00
parent 121836ce80
commit 59401339b8

View File

@@ -30,7 +30,7 @@
#define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
#endif
#define IPSET_VERSION "4.2"
#define IPSET_VERSION "4.3"
char program_name[] = "ipset";
char program_version[] = IPSET_VERSION;