xref: /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h (revision c65ebfc7045424bd04a6c7719a27b0ad3399ad54)
1 /*
2  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3  * Use is subject to license terms.
4  */
5 #pragma ident	"%Z%%M%	%I%	%E% SMI"
6 
7 #ifndef _PATCH_LEVEL_H
8 #define	_PATCH_LEVEL_H
9 
10 #ifdef  __cplusplus
11 extern "C" {
12 #endif
13 
14 #define	PATCHLEVEL	0
15 
16 #define	VERSION		"2.4"
17 #define	IMPLEMENTATION	"b1 (Sun Microsystems, Inc.)"
18 
19 #ifdef  __cplusplus
20 }
21 #endif
22 
23 #endif /* _PATCH_LEVEL_H */
24