configvers.h revision 41176
1/*
2 * 6 digits of version.  The most significant are branch indicators
3 * (eg: RELENG_2_2 = 22, -current presently = 30 etc). The least
4 * significant digits are incremented for each incompatable change.
5 *
6 * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7 * and <osreldate.h> system.
8 *
9 * $Id: configvers.h,v 1.7 1998/10/23 17:05:06 bde Exp $
10 */
11#define	CONFIGVERS	300009
12