configvers.h revision 79079
1276238Shselasky/*
2276238Shselasky * 6 digits of version.  The most significant are branch indicators
3276238Shselasky * (eg: RELENG_2_2 = 22, -current presently = 50 etc). The least
4276238Shselasky * significant digits are incremented for each incompatible change.
5276238Shselasky *
6276238Shselasky * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7276238Shselasky * and <osreldate.h> system.
8276238Shselasky *
9276238Shselasky * $FreeBSD: head/usr.sbin/config/configvers.h 79079 2001-07-02 05:38:26Z imp $
10 */
11#define	CONFIGVERS	500007
12