diff options
author | will <will@FreeBSD.org> | 2015-01-24 00:04:34 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2015-01-24 00:04:34 +0000 |
commit | 86478b20811b9f42a97c27fc684ba3101706721f (patch) | |
tree | 8022aca8c3920b26b8592959703f71408bd8dce8 /usr.sbin/config/configvers.h | |
parent | 481a456c5d4130dd0e11b6d65b65746c41aba684 (diff) | |
download | FreeBSD-src-86478b20811b9f42a97c27fc684ba3101706721f.zip FreeBSD-src-86478b20811b9f42a97c27fc684ba3101706721f.tar.gz |
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
Diffstat (limited to 'usr.sbin/config/configvers.h')
-rw-r--r-- | usr.sbin/config/configvers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |