From f6d4544853170e62b0c0ac6ccbb1661e0ef00144 Mon Sep 17 00:00:00 2001 From: wkoszek Date: Sun, 13 May 2007 02:36:41 +0000 Subject: Bump config(8) version and build requirement for config(8) to 600006. This is caused by my latest changes to config(8). You're supposed to install new config(8) in order to prevent yourself from seeing a warning about old version of that tool. You should configure the kernel with a new config(8) then. Oked by: rwatson, cognet (mentor) --- usr.sbin/config/configvers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 7ff7581..2bcce11 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 600005 +#define CONFIGVERS 600006 #define MAJOR_VERS(x) ((x) / 100000) -- cgit v1.1