Bump the config version to force people to upgrade their config(8)

so the fix for emitting multiple instances of .o files will prevent
link errors on LINT.
This commit is contained in:
phk 2003-04-15 21:29:11 +00:00
parent 251a672e08
commit bb6f66c94d
8 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 500011
%VERSREQ= 500012
.if !defined(S)
.if exists(./@/.)

View File

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

View File

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

View File

@ -19,7 +19,7 @@
GCC3= you bet
# Which version of config(8) is required.
%VERSREQ= 500011
%VERSREQ= 500012
STD8X16FONT?= iso

View File

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

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 500011
%VERSREQ= 500012
# Temporary stuff while we're still embryonic
NO_MODULES?= yes

View File

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

View File

@ -8,4 +8,4 @@
*
* $FreeBSD$
*/
#define CONFIGVERS 500011
#define CONFIGVERS 500012