xref: /freebsd/sys/netpfil/ipfilter/netinet/ipl.h (revision 4b9d6057)
1 
2 /*
3  * Copyright (C) 2012 by Darren Reed.
4  *
5  * See the IPFILTER.LICENCE file for details on licencing.
6  * Id: ipl.h,v 2.52.2.30 2007/10/16 09:41:00 darrenr Exp $
7  */
8 
9 #ifndef	__IPL_H__
10 #define	__IPL_H__
11 
12 #define	IPL_VERSION	"IP Filter: v5.1.2"
13 
14 #define	IPFILTER_VERSION	5010200
15 
16 #endif	/* __IPL_H__ */
17