From 81887c8837572e6f9dd26cb460865e186438a752 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 6 Jan 2004 15:51:44 +0000 Subject: [PATCH] update for -D being default now for pkg_info --- usr.sbin/pkg_install/lib/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_install/lib/version.h b/usr.sbin/pkg_install/lib/version.h index c1a3d3323490..94bf2e979f6c 100644 --- a/usr.sbin/pkg_install/lib/version.h +++ b/usr.sbin/pkg_install/lib/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.40 2004/01/04 01:47:35 hubertf Exp $ */ +/* $NetBSD: version.h,v 1.41 2004/01/06 15:51:44 hubertf Exp $ */ /* * Copyright (c) 2001 Thomas Klausner. All rights reserved. @@ -33,6 +33,6 @@ #ifndef _INST_LIB_VERSION_H_ #define _INST_LIB_VERSION_H_ -#define PKGTOOLS_VERSION "20040104" +#define PKGTOOLS_VERSION "20040106" #endif /* _INST_LIB_VERSION_H_ */