configvers.h revision 71251
12061Sjkh/*
250479Speter * 6 digits of version.  The most significant are branch indicators
32061Sjkh * (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
438666Sjb * significant digits are incremented for each incompatible change.
532427Sjb *
6111131Sru * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7111131Sru * and <osreldate.h> system.
838666Sjb *
938666Sjb * $FreeBSD: head/usr.sbin/config/configvers.h 71251 2001-01-19 12:49:21Z peter $
1038666Sjb */
1138666Sjb#define	CONFIGVERS	500006
1264049Salex