config(8): Bump major version after r335998

config-generated hints.c/env.c from r335998 and later are incompatible with
earlier kernels due to no longer setting envmode/hintmode. A minor bump for
this is insufficient, as matching major version with a later minor version
is still viewed as backwards-compatible.

This was an MI kernel change, soo all VERSREQ's are bumped.
This commit is contained in:
Kyle Evans 2018-07-16 19:05:50 +00:00
parent 1df7f41560
commit 2df45ae0d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336353
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600013
%VERSREQ= 700000
STD8X16FONT?= iso

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
.if !defined(S)
S= ../../..

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
STD8X16FONT?= iso

View File

@ -15,7 +15,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
STD8X16FONT?= iso

View File

@ -19,7 +19,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
.if !defined(S)
S= ../../..

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 600012
%VERSREQ= 700000
STD8X16FONT?= iso

View File

@ -49,5 +49,5 @@
*
* $FreeBSD$
*/
#define CONFIGVERS 600015
#define CONFIGVERS 700000
#define MAJOR_VERS(x) ((x) / 100000)