Author: imp Date: Sun Aug 15 08:49:07 2010 New Revision: 211326 URL: http://svn.freebsd.org/changeset/base/211326
Log: Given the lag between introducing the options-compat and fixing the bug in the config file was long, and merged to stable, we have to bump the version here so that stable/8 kernels can have their required version number bumped to make sure the right config is used. MFC after: 3 days Modified: head/usr.sbin/config/configvers.h Modified: head/usr.sbin/config/configvers.h ============================================================================== --- head/usr.sbin/config/configvers.h Sun Aug 15 08:44:32 2010 (r211325) +++ head/usr.sbin/config/configvers.h Sun Aug 15 08:49:07 2010 (r211326) @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 600010 +#define CONFIGVERS 600011 #define MAJOR_VERS(x) ((x) / 100000) _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"