configvers.h revision 79079
1204948Sdes/*
2204948Sdes * 6 digits of version.  The most significant are branch indicators
3255460Sdes * (eg: RELENG_2_2 = 22, -current presently = 50 etc). The least
4255460Sdes * significant digits are incremented for each incompatible change.
5204948Sdes *
6204948Sdes * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7204948Sdes * and <osreldate.h> system.
8204948Sdes *
9204948Sdes * $FreeBSD: head/usr.sbin/config/configvers.h 79079 2001-07-02 05:38:26Z imp $
10255460Sdes */
11255460Sdes#define	CONFIGVERS	500007
12255460Sdes