svn commit: r207200 - stable/8/usr.sbin/config

Warner Losh imp at FreeBSD.org
Sun Apr 25 19:21:20 UTC 2010


Author: imp
Date: Sun Apr 25 19:21:19 2010
New Revision: 207200
URL: http://svn.freebsd.org/changeset/base/207200

Log:
  MFC r206915
  
    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

Modified:
  stable/8/usr.sbin/config/configvers.h

Modified: stable/8/usr.sbin/config/configvers.h
==============================================================================
--- stable/8/usr.sbin/config/configvers.h	Sun Apr 25 19:18:26 2010	(r207199)
+++ stable/8/usr.sbin/config/configvers.h	Sun Apr 25 19:21:19 2010	(r207200)
@@ -49,5 +49,5 @@
  *
  * $FreeBSD$
  */
-#define	CONFIGVERS	600007
+#define	CONFIGVERS	600008
 #define	MAJOR_VERS(x)	((x) / 100000)


More information about the svn-src-all mailing list