diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-10-30 12:03:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-10-30 12:03:50 +0000 |
commit | 0be8d1f2a94c1f50b15140d1e34a39a291f5aa7f (patch) | |
tree | d8daa665c3e39e7e6265b3d99fd30c880b8bec20 /pkgtools/pkg_install | |
parent | 01121084181b18465df96fc48819ce7a3b854324 (diff) | |
download | pkgsrc-0be8d1f2a94c1f50b15140d1e34a39a291f5aa7f.tar.gz |
pkg_install: Bump version to 20171030 for netpgpverify fixes.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
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 aef3e34e46e..3bb89b7801c 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.171 2017/04/19 21:42:50 joerg Exp $ */ +/* $NetBSD: version.h,v 1.172 2017/10/30 12:03:50 jperkin 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 20170419 +#define PKGTOOLS_VERSION 20171030 #endif /* _INST_LIB_VERSION_H_ */ |