Module Name: src
Committed By: christos
Date: Sun Aug 7 21:11:55 UTC 2016
Modified Files:
src/usr.bin/config: defs.h
Log Message:
Bump version for -no
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 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.96 src/usr.bin/config/defs.h:1.97
--- src/usr.bin/config/defs.h:1.96 Sun Aug 7 06:37:24 2016
+++ src/usr.bin/config/defs.h Sun Aug 7 17:11:55 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.96 2016/08/07 10:37:24 christos Exp $ */
+/* $NetBSD: defs.h,v 1.97 2016/08/07 21:11:55 christos 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 20151112
+#define CONFIG_VERSION 20160808
#define CONFIG_MINVERSION 0
/*