diff --git a/usr.sbin/pkg_install/lib/version.h b/usr.sbin/pkg_install/lib/version.h index 0c78b913041f..ece7b3fa8fcd 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.44 2004/01/15 09:33:39 agc Exp $ */ +/* $NetBSD: version.h,v 1.45 2004/03/30 15:16:17 tv 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 "20040115" +#define PKGTOOLS_VERSION "20040330" #endif /* _INST_LIB_VERSION_H_ */