Bump version after deffs change.

This commit is contained in:
cube 2006-08-30 13:48:11 +00:00
parent e3b62f5882
commit 08ba9c9303
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.12 2006/08/30 10:12:25 matt Exp $ */
/* $NetBSD: defs.h,v 1.13 2006/08/30 13:48:11 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 20060604
#define CONFIG_VERSION 20060830
#define CONFIG_MINVERSION 0
/*