aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-06-12 15:21:13 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-06-12 15:21:13 +0000
commitc55100c9bafb7a2ea50fccaf10f4eaba4143dd60 (patch)
treeff8a06db36e1ada93d3df97ece360bb71225f993 /usr.sbin/pkg_install/lib
parent436f2e5275c84ac9793f567929979500923d4c6b (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index d1477e5d0f9b8..545cd3c9e5bba 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -105,7 +105,7 @@
* Version of the package tools - increase only when some
* functionality used by bsd.port.mk is changed, added or removed
*/
-#define PKG_INSTALL_VERSION 20080530
+#define PKG_INSTALL_VERSION 20080612
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)