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