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