xref: /titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h (revision da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968)
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