Module Name: src
Committed By: riastradh
Date: Mon Aug 27 16:04:45 UTC 2018
Modified Files:
src/usr.bin/config: defs.h
Log Message:
Bump config(5) version for OPT.foo.c variables.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/usr.bin/config/defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/defs.h
diff -u src/usr.bin/config/defs.h:1.103 src/usr.bin/config/defs.h:1.104
--- src/usr.bin/config/defs.h:1.103 Mon Apr 9 17:46:56 2018
+++ src/usr.bin/config/defs.h Mon Aug 27 16:04:45 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.103 2018/04/09 17:46:56 christos Exp $ */
+/* $NetBSD: defs.h,v 1.104 2018/08/27 16:04:45 riastradh 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 20171118
+#define CONFIG_VERSION 20180827
#define CONFIG_MINVERSION 0
/*