xref: /freebsd/usr.sbin/config/configvers.h (revision 7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0)
1 /*
2  * 6 digits of version.  The most significant are branch indicators
3  * (eg: RELENG_2_2 = 22, -current presently = 50 etc). The least
4  * significant digits are incremented for each incompatible change.
5  *
6  * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7  * and <osreldate.h> system.
8  *
9  * $FreeBSD$
10  */
11 #define	CONFIGVERS	500013
12