Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pull up revisions 1.5-1.10 (re...



details:   https://anonhg.NetBSD.org/src/rev/e2cece20c224
branches:  netbsd-1-5
changeset: 492848:e2cece20c224
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 23 18:16:30 2002 +0000

description:
Pull up revisions 1.5-1.10 (requested by seb):
  Synchronize with recent developments:
   o Do version bumps corresponding to extensions in functionality

diffstat:

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

diffs (17 lines):

diff -r 3cc54a362e00 -r e2cece20c224 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Sat Feb 23 18:15:48 2002 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Sat Feb 23 18:16:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.4.2.2 2001/03/20 18:08:50 he Exp $       */
+/*     $NetBSD: version.h,v 1.4.2.3 2002/02/23 18:16:30 he 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 "20010307"
+#define PKGTOOLS_VERSION "20020218"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index