patchlevel.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* Copyright (c) 2000 by Sun Microsystems, Inc.
* All rights reserved.
*/
#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., " __DATE__ " " __TIME__ ")"
#ifdef __cplusplus
}
#endif
#endif /* _PATCH_LEVEL_H */