From 889c15684ed68ec952b57ef65abf75d6d2a17821 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 23 Sep 2003 07:10:53 +0000 Subject: [PATCH] bump PKGTOOLS_VERSION for identification purposes (despite the lack of any functional change). --- 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 fd7ce3406f77..fdf8a8676447 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.34 2003/09/18 09:56:20 agc Exp $ */ +/* $NetBSD: version.h,v 1.35 2003/09/23 07:10:53 grant 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 "20030918" +#define PKGTOOLS_VERSION "20030923" #endif /* _INST_LIB_VERSION_H_ */