ipset: bump version to 2.4.7

Moving from ipset 2.4.5 to 2.4.7. Upstream changed, but
the Xtables-addons copy did not (issues were not present):

>2.4.7
>  - Typo which broke compilation with kernels < 2.6.28
>    fixed (reported by Richard Lucassen, Danny Rawlins)
>
>2.4.6
>   - Compatibility fix for kernels >= 2.6.28
This commit is contained in:
Jan Engelhardt
2009-01-30 06:33:21 +01:00
parent 446c67018a
commit 68af6989b1

View File

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