7a2eb19dbf
It doesn't actually do it yet though. This adds a flag to config so that we can exclude certain vendor files from this even when the rest of the kernel has it on. make -DNO_WERROR would also bypass all of it.
12 lines
353 B
C
12 lines
353 B
C
/*
|
|
* 6 digits of version. The most significant are branch indicators
|
|
* (eg: RELENG_2_2 = 22, -current presently = 50 etc). The least
|
|
* significant digits are incremented for each incompatible change.
|
|
*
|
|
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
|
|
* and <osreldate.h> system.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
#define CONFIGVERS 500010
|