diff options
author | imp <imp@FreeBSD.org> | 2010-04-20 20:36:38 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-04-20 20:36:38 +0000 |
commit | 2797285648d17e42b27aa8747a0f5b4eb6632eb6 (patch) | |
tree | e67e469bcc3f702a38c9073364d574ff1807cf9d /usr.sbin/config | |
parent | 659eae4cbcb9e529076c0f13eab38fc4639a23c9 (diff) | |
download | FreeBSD-src-2797285648d17e42b27aa8747a0f5b4eb6632eb6.zip FreeBSD-src-2797285648d17e42b27aa8747a0f5b4eb6632eb6.tar.gz |
Bump minor version of config to reflect the new option remapping
feature. The kernel makefiles have specifically not been bumped
because nothing uses this new feature and doing so forces everybody to
recompile for no good reason. This chnage will be MFC'd where the
kernel version numbers for amd64 and ia64 will be bumped, since those
are the only two that have use the option remapping feature. Once
merged, this will give a better error message to folks that are using
buildkernel without buildworld or kernel-toolchain to update their
kernels.
MFC after: 3 days
Diffstat (limited to 'usr.sbin/config')
-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 28451585..73310bd 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 600007 +#define CONFIGVERS 600008 #define MAJOR_VERS(x) ((x) / 100000) |