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 revision 1.65 (requested...



details:   https://anonhg.NetBSD.org/src/rev/e7910e897206
branches:  netbsd-3
changeset: 574926:e7910e897206
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Mar 19 13:18:38 2005 +0000

description:
Pull up revision 1.65 (requested by hubertf in ticket #9):
Bump PKGTOOLS_VERSION to today's date to allow telling in which version
PR 24744 was fixed (affects lib/ftpio.c).

diffstat:

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

diffs (17 lines):

diff -r 2c6f3aa7230c -r e7910e897206 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Sat Mar 19 13:16:56 2005 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Sat Mar 19 13:18:38 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.64 2005/02/10 22:52:31 grant Exp $       */
+/*     $NetBSD: version.h,v 1.64.2.1 2005/03/19 13:18:38 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 "20050210"
+#define PKGTOOLS_VERSION "20050318"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index