configvers.h revision 69135
11844Swollman/*
23859Sbde * 6 digits of version.  The most significant are branch indicators
31844Swollman * (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
41638Srgrimes * significant digits are incremented for each incompatible change.
51638Srgrimes *
61638Srgrimes * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
71638Srgrimes * and <osreldate.h> system.
81638Srgrimes *
91844Swollman * $FreeBSD: head/usr.sbin/config/configvers.h 69135 2000-11-25 03:25:34Z peter $
101844Swollman */
111844Swollman#define	CONFIGVERS	500005
121844Swollman