Bump config(1) version.

config(1) still keeps backward-compatibility; it is more permissive than
before.  The tree, however, needs the updated config(1), mainly to strictly
define attribute ("module") ownership and dependencies.
This commit is contained in:
uebayasi 2014-10-10 12:10:02 +00:00
parent c8fb5a2e0f
commit 92b86764e1
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: files,v 1.1111 2014/10/10 10:25:00 uebayasi Exp $
# $NetBSD: files,v 1.1112 2014/10/10 12:10:02 uebayasi Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20140824
version 20141010
#
# device classes

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.54 2014/10/10 05:27:28 uebayasi Exp $ */
/* $NetBSD: defs.h,v 1.55 2014/10/10 12:10:02 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@ -107,7 +107,7 @@ extern const char *progname;
* The next two lines define the current version of the config(1) binary,
* and the minimum version of the configuration files it supports.
*/
#define CONFIG_VERSION 20140824
#define CONFIG_VERSION 20141010
#define CONFIG_MINVERSION 0
/*