Module Name: src
Committed By: uebayasi
Date: Tue Sep 1 13:45:52 UTC 2015
Modified Files:
src/usr.bin/config: defs.h
Log Message:
Bump version for "buildprefix".
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.81 src/usr.bin/config/defs.h:1.82
--- src/usr.bin/config/defs.h:1.81 Tue Sep 1 13:42:48 2015
+++ src/usr.bin/config/defs.h Tue Sep 1 13:45:52 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.81 2015/09/01 13:42:48 uebayasi Exp $ */
+/* $NetBSD: defs.h,v 1.82 2015/09/01 13:45:52 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 20150834
+#define CONFIG_VERSION 20150835
#define CONFIG_MINVERSION 0
/*