summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-10-02 20:46:56 +0000
committerjoerg <joerg@pkgsrc.org>2008-10-02 20:46:56 +0000
commit1e2d474b2b63592811e3f1f47efba7b31618f7d3 (patch)
treebbb579ba833a416fa7ff07cc00214d82866678cb /pkgtools/pkg_install/files/lib
parentb4ce4a86e7153747a6e0d93745028555fb4a4e05 (diff)
downloadpkgsrc-1e2d474b2b63592811e3f1f47efba7b31618f7d3.tar.gz
pkg_install-20081002:
Explicitly cast time_t values to long and print them as such. Reported by bjs@.
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 676216d2bfc..d994e58bc30 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.105 2008/09/17 15:21:30 joerg Exp $ */
+/* $NetBSD: version.h,v 1.106 2008/10/02 20:46:56 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 "20080916"
+#define PKGTOOLS_VERSION "20081002"
#endif /* _INST_LIB_VERSION_H_ */