Bump CONFIGVERS to 600017.

This change reflects the ability to change machine_arch in a config file. This
is useful for including one config in another and changing the machine_arch
in the second one.
This commit is contained in:
imp 2020-02-23 23:39:55 +00:00
parent b98abb41ca
commit 0e49f65ff9

View File

@ -49,7 +49,7 @@
* *
* $FreeBSD$ * $FreeBSD$
*/ */
#define CONFIGVERS 600016 #define CONFIGVERS 600017
#define MAJOR_VERS(x) ((x) / 100000) #define MAJOR_VERS(x) ((x) / 100000)
/* Last config(8) version to require envmode/hintmode */ /* Last config(8) version to require envmode/hintmode */