summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2018-03-25 03:56:28 +0000
committersevan <sevan@pkgsrc.org>2018-03-25 03:56:28 +0000
commit625ab9db01ffb632a176c1fab00e68ff561140a2 (patch)
tree536538272733bfd0be57f59110b120df8e35906b /pkgtools/pkg_install
parent47916a0e91a1126406d73bf5e1850e64211ebd3a (diff)
downloadpkgsrc-625ab9db01ffb632a176c1fab00e68ff561140a2.tar.gz
Bump version for commits earlier this week.
pkg_install-20180325 - pkg_add(1): Documentation fixes - pkg_delete: Add missing -A to usage()
Diffstat (limited to 'pkgtools/pkg_install')
-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 469e11d7d75..95692bb67fe 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.173 2018/02/26 23:45:02 ginsbach Exp $ */
+/* $NetBSD: version.h,v 1.174 2018/03/25 03:56:28 sevan 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 20180226
+#define PKGTOOLS_VERSION 20180325
#endif /* _INST_LIB_VERSION_H_ */