diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2008-06-12 15:21:13 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2008-06-12 15:21:13 +0000 |
| commit | c55100c9bafb7a2ea50fccaf10f4eaba4143dd60 (patch) | |
| tree | ff8a06db36e1ada93d3df97ece360bb71225f993 /usr.sbin/pkg_install/lib | |
| parent | 436f2e5275c84ac9793f567929979500923d4c6b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 2 |
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) |
