From fc04f3797584df99799d1200529829322b85adb9 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 20 Dec 2003 03:41:31 +0000 Subject: [PATCH] crank version. --- 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 a49e3ccee6ff..85bba0d20d93 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.37 2003/11/21 22:05:06 wiz Exp $ */ +/* $NetBSD: version.h,v 1.38 2003/12/20 03:41:31 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 "20031121" +#define PKGTOOLS_VERSION "20031220" #endif /* _INST_LIB_VERSION_H_ */