1997-10-22 00:38:48 +00:00
|
|
|
/*
|
|
|
|
* 6 digits of version. The most significant are branch indicators
|
|
|
|
* (eg: RELENG_2_2 = 22, -current presently = 30 etc). The least
|
|
|
|
* significant digits are incremented for each incompatable change.
|
|
|
|
*
|
|
|
|
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
|
|
|
|
* and <osreldate.h> system.
|
|
|
|
*
|
1998-07-12 09:52:45 +00:00
|
|
|
* $Id: configvers.h,v 1.3 1998/06/17 15:16:53 bde Exp $
|
1997-10-22 00:38:48 +00:00
|
|
|
*/
|
1998-07-12 09:52:45 +00:00
|
|
|
#define CONFIGVERS 300005
|