svn commit: r211326 - head/usr.sbin/config

Warner Losh imp at FreeBSD.org
Sun Aug 15 08:49:08 UTC 2010


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)


More information about the svn-src-head mailing list