summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-03-02 17:13:49 +0000
committerjoerg <joerg@pkgsrc.org>2009-03-02 17:13:49 +0000
commit9eb91efbb328dc2b85de87c19b155ab4a21ff839 (patch)
tree82890a514370bff1dc520fadf9359dd8fceeda4d /pkgtools/pkg_install/files/lib
parent5f7e8be593bcc6326699204b16d675222c6d5119 (diff)
downloadpkgsrc-9eb91efbb328dc2b85de87c19b155ab4a21ff839.tar.gz
pkg_install-20090302:
Add new option -r to pkg_info, which works like -R, but expands it recursively.
Diffstat (limited to 'pkgtools/pkg_install/files/lib')
-rw-r--r--pkgtools/pkg_install/files/lib/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h
index 56b682760fb..d8962aa240c 100644
--- a/pkgtools/pkg_install/files/lib/version.h
+++ b/pkgtools/pkg_install/files/lib/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.116 2009/03/02 14:59:14 joerg Exp $ */
+/* $NetBSD: version.h,v 1.117 2009/03/02 17:13:49 joerg Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -27,6 +27,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
-#define PKGTOOLS_VERSION "20090301"
+#define PKGTOOLS_VERSION "20090302"
#endif /* _INST_LIB_VERSION_H_ */