Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2010 08:49:07 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211326 - head/usr.sbin/config
Message-ID:  <201008150849.o7F8n7QZ053139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008150849.o7F8n7QZ053139>