1 /* 2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3 * Use is subject to license terms. 4 */ 5 6 #ifndef _PATCH_LEVEL_H 7 #define _PATCH_LEVEL_H 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 #define PATCHLEVEL 0 14 15 #define VERSION "2.4" 16 #define IMPLEMENTATION "b1 (Sun Microsystems, Inc.)" 17 18 #ifdef __cplusplus 19 } 20 #endif 21 22 #endif /* _PATCH_LEVEL_H */ 23