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:
Poul-Henning Kamp 2003-04-15 21:29:11 +00:00
parent 4cc07f169c
commit 18b492fc8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113536
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