From baebbcf71aafe8ed0f161a7765beb96512c2728b Mon Sep 17 00:00:00 2001 From: cube Date: Sat, 30 Aug 2008 02:59:55 +0000 Subject: [PATCH] Bump CONFIG_VERSION after the previous fix to main.c. --- 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 a490785517b2..3b55c9a17c81 100644 --- a/usr.bin/config/defs.h +++ b/usr.bin/config/defs.h @@ -1,4 +1,4 @@ -/* $NetBSD: defs.h,v 1.23 2008/06/10 14:03:57 cube Exp $ */ +/* $NetBSD: defs.h,v 1.24 2008/08/30 02:59:55 cube Exp $ */ /* * Copyright (c) 1992, 1993 @@ -98,7 +98,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 20080610 +#define CONFIG_VERSION 20080830 #define CONFIG_MINVERSION 0 /*