bump version due to recent rootfs changes
This commit is contained in:
parent
68c33f6d28
commit
9cd0cde30f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: defs.h,v 1.24 2008/08/30 02:59:55 cube Exp $ */
|
||||
/* $NetBSD: defs.h,v 1.25 2008/12/21 11:39:56 martin 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 20080830
|
||||
#define CONFIG_VERSION 20081219
|
||||
#define CONFIG_MINVERSION 0
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue