Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/pkg_install/lib Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/c08d83fc26c7
branches:  netbsd-3
changeset: 577510:c08d83fc26c7
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Nov 21 20:10:34 2005 +0000

description:
Pull up following revision(s) (requested by dillo in ticket #963):
        usr.sbin/pkg_install/lib/version.h: revision 1.72
Bump version for ``pkg_info -Q against local binary packages'' fix.

diffstat:

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

diffs (17 lines):

diff -r 7042f6c511f1 -r c08d83fc26c7 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Mon Nov 21 20:06:03 2005 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Mon Nov 21 20:10:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.64.2.7 2005/11/08 18:18:58 jmc Exp $     */
+/*     $NetBSD: version.h,v 1.64.2.8 2005/11/21 20:10:34 tron 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 "20051107"
+#define PKGTOOLS_VERSION "20051114"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index