configvers.h revision 99923
1255376Sdes/*
2147455Sdes * 6 digits of version.  The most significant are branch indicators
3255376Sdes * (eg: RELENG_2_2 = 22, -current presently = 50 etc). The least
4117610Sdes * significant digits are incremented for each incompatible change.
5255376Sdes *
6117610Sdes * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
7174832Sdes * and <osreldate.h> system.
8117610Sdes *
9117610Sdes * $FreeBSD: head/usr.sbin/config/configvers.h 99923 2002-07-13 19:36:14Z bde $
10117610Sdes */
11117610Sdes#define	CONFIGVERS	500011
12117610Sdes