summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/version.h
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-11-27 19:24:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-11-27 19:24:13 +0000
commitb292180ee1a6c0ce5a5dd60810baebd2a9d54b60 (patch)
tree851c15ad0f92da64996506742aaea886e7501f74 /pkgtools/pkg_install/files/lib/version.h
parentcdd527a5087a350c48083337be97afcf21d6b31a (diff)
downloadpkgsrc-b292180ee1a6c0ce5a5dd60810baebd2a9d54b60.tar.gz
pkg_install-20081127:
Correctly deal with short reads from fetchIO_read when loading pkg-vulnerabilities.
Diffstat (limited to 'pkgtools/pkg_install/files/lib/version.h')
-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 011fd41632c..19469e266d8 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.102.2.17 2008/10/02 20:51:41 joerg Exp $ */
+/* $NetBSD: version.h,v 1.102.2.18 2008/11/27 19:24:13 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 "20081003"
+#define PKGTOOLS_VERSION "20081127"
#endif /* _INST_LIB_VERSION_H_ */