1997-10-22 00:38:48 +00:00
|
|
|
/*
|
|
|
|
* 6 digits of version. The most significant are branch indicators
|
2000-01-23 20:16:21 +00:00
|
|
|
* (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
|
|
|
|
* significant digits are incremented for each incompatible change.
|
1997-10-22 00:38:48 +00:00
|
|
|
*
|
|
|
|
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
|
|
|
|
* and <osreldate.h> system.
|
|
|
|
*
|
1999-08-28 01:35:59 +00:00
|
|
|
* $FreeBSD$
|
1997-10-22 00:38:48 +00:00
|
|
|
*/
|
2001-01-19 12:49:21 +00:00
|
|
|
#define CONFIGVERS 500006
|