Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install/lib 20020804:



details:   https://anonhg.NetBSD.org/src/rev/74e1143466c5
branches:  trunk
changeset: 534865:74e1143466c5
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sun Aug 04 21:49:23 2002 +0000

description:
20020804:
 * pkg_admin pmatch
 * pkg_add increases resource limits

No need to bump PKGTOOLS_REQD as these are not used anywhere right now!

diffstat:

 usr.sbin/pkg_install/lib/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7eb0c87b0f02 -r 74e1143466c5 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Sun Aug 04 21:47:58 2002 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Sun Aug 04 21:49:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.14 2002/07/23 09:23:35 yamt Exp $        */
+/*     $NetBSD: version.h,v 1.15 2002/08/04 21:49:23 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 "20020723"
+#define PKGTOOLS_VERSION "20020804"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index