root/usr/src/cmd/cmd-inet/usr.bin/pppd/patchlevel.h
/*
 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

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