/*
 * 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 */