mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
8d8b289af3
Submitted by: nsouch 'local' token added to support new bus architecture .c files generated by .m files.
12 lines
397 B
C
12 lines
397 B
C
/*
|
|
* 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.
|
|
*
|
|
* $Id: configvers.h,v 1.4 1998/07/12 09:52:45 bde Exp $
|
|
*/
|
|
#define CONFIGVERS 300006
|