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

Warner Losh imp at FreeBSD.org
Sun Feb 23 23:39:56 UTC 2020


Author: imp
Date: Sun Feb 23 23:39:55 2020
New Revision: 358266
URL: https://svnweb.freebsd.org/changeset/base/358266

Log:
  Bump CONFIGVERS to 600017.
  
  This change reflects the ability to change machine_arch in a config file. This
  is useful for including one config in another and changing the machine_arch
  in the second one.

Modified:
  head/usr.sbin/config/configvers.h

Modified: head/usr.sbin/config/configvers.h
==============================================================================
--- head/usr.sbin/config/configvers.h	Sun Feb 23 23:36:56 2020	(r358265)
+++ head/usr.sbin/config/configvers.h	Sun Feb 23 23:39:55 2020	(r358266)
@@ -49,7 +49,7 @@
  *
  * $FreeBSD$
  */
-#define	CONFIGVERS	600016
+#define	CONFIGVERS	600017
 #define	MAJOR_VERS(x)	((x) / 100000)
 
 /* Last config(8) version to require envmode/hintmode */


More information about the svn-src-all mailing list