Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.sbin/pkg_install/lib Pull up revision 1.18 (request...
details: https://anonhg.NetBSD.org/src/rev/8b74b1c5c20b
branches: netbsd-1-6
changeset: 529539:8b74b1c5c20b
user: tron <tron%NetBSD.org@localhost>
date: Sun Nov 24 22:37:21 2002 +0000
description:
Pull up revision 1.18 (requested by jschauma in ticket #1011):
Bump version number after adding "alpha" and "beta" version modifier
recognition.
diffstat:
usr.sbin/pkg_install/lib/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r ee5697633e02 -r 8b74b1c5c20b usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h Sun Nov 24 22:37:08 2002 +0000
+++ b/usr.sbin/pkg_install/lib/version.h Sun Nov 24 22:37:21 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.13.2.4 2002/11/24 22:36:21 tron Exp $ */
+/* $NetBSD: version.h,v 1.13.2.5 2002/11/24 22:37:21 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 "20021101"
+#define PKGTOOLS_VERSION "20021114"
#endif /* _INST_LIB_VERSION_H_ */
Home |
Main Index |
Thread Index |
Old Index