Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/config Bump for quoting makeoptions with multiple li...



details:   https://anonhg.NetBSD.org/src/rev/8c1f093ba5b8
branches:  trunk
changeset: 354427:8c1f093ba5b8
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 16 00:10:09 2017 +0000

description:
Bump for quoting makeoptions with multiple lines.

diffstat:

 usr.bin/config/defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1af2b6b0d80e -r 8c1f093ba5b8 usr.bin/config/defs.h
--- a/usr.bin/config/defs.h     Thu Jun 15 23:55:42 2017 +0000
+++ b/usr.bin/config/defs.h     Fri Jun 16 00:10:09 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.98 2016/09/09 21:09:11 christos Exp $       */
+/*     $NetBSD: defs.h,v 1.99 2017/06/16 00:10:09 christos Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -107,7 +107,7 @@
  * 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         20160808
+#define CONFIG_VERSION         20170615
 #define CONFIG_MINVERSION      0
 
 /*



Home | Main Index | Thread Index | Old Index