Module Name: src
Committed By: joerg
Date: Sun Aug 24 20:22:18 UTC 2014
Modified Files:
src/usr.bin/config: defs.h
Log Message:
Bump CONFIG_VERSION.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 src/usr.bin/config/defs.h:1.46
--- src/usr.bin/config/defs.h:1.45 Mon May 5 19:08:13 2014
+++ src/usr.bin/config/defs.h Sun Aug 24 20:22:18 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.45 2014/05/05 19:08:13 martin Exp $ */
+/* $NetBSD: defs.h,v 1.46 2014/08/24 20:22:18 joerg 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 20140502
+#define CONFIG_VERSION 20140824
#define CONFIG_MINVERSION 0
/*