Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/lib Bump to 20040601.
details: https://anonhg.NetBSD.org/src/rev/f920c7817cdc
branches: trunk
changeset: 567131:f920c7817cdc
user: minskim <minskim%NetBSD.org@localhost>
date: Tue Jun 01 16:17:22 2004 +0000
description:
Bump to 20040601.
- Handle symlinks in a view correctly.
- Remove superfluous escapes in BRE.
diffstat:
usr.sbin/pkg_install/lib/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 4366de3aa8e0 -r f920c7817cdc usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h Tue Jun 01 16:15:31 2004 +0000
+++ b/usr.sbin/pkg_install/lib/version.h Tue Jun 01 16:17:22 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.53 2004/05/10 20:39:37 kleink Exp $ */
+/* $NetBSD: version.h,v 1.54 2004/06/01 16:17:22 minskim 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 "20040510"
+#define PKGTOOLS_VERSION "20040601"
#endif /* _INST_LIB_VERSION_H_ */
Home |
Main Index |
Thread Index |
Old Index