Bump version after fix to obsolete syntax.

This commit is contained in:
cube 2006-06-04 13:52:27 +00:00
parent 87ab9060e2
commit 1baa475170

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.10 2006/05/25 22:28:38 cube Exp $ */
/* $NetBSD: defs.h,v 1.11 2006/06/04 13:52:27 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 20060525
#define CONFIG_VERSION 20060604
#define CONFIG_MINVERSION 0
/*