From 6a9ab0dd0e2e1a9eac03c0598ae60ce9e628a48d Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 7 Aug 2016 21:11:55 +0000 Subject: [PATCH] Bump version for -no --- usr.bin/config/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/config/defs.h b/usr.bin/config/defs.h index 48c980b258f1..b7c18c6969bb 100644 --- a/usr.bin/config/defs.h +++ b/usr.bin/config/defs.h @@ -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 /*