From 86478b20811b9f42a97c27fc684ba3101706721f Mon Sep 17 00:00:00 2001 From: will Date: Sat, 24 Jan 2015 00:04:34 +0000 Subject: Bump config(8) minor version for r277567. Config files built using this version that take advantage of the bugfix won't be buildable using older config(8). Submitted by: imp MFC after: 1 week MFC with: 277567 --- 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 56ca85c..5c29373 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 600013 +#define CONFIGVERS 600014 #define MAJOR_VERS(x) ((x) / 100000) -- cgit v1.1