aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2010-04-03 10:57:13 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2010-04-03 10:57:13 +0000
commitb2d7e80ed1f53d143504a12f2a52c4162902cbcd (patch)
treec6e7828587ba82d85909db1b9d09aa40c5698240 /usr.sbin/pkg_install
parentfc6d543f21cea648f5f4092521b8d2a5743ce33d (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-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 21c2e75524a62..089bfa3630b9e 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -99,7 +99,7 @@
* Version of the package tools - increase whenever you make a change
* in the code that is not cosmetic only.
*/
-#define PKG_INSTALL_VERSION 20100401
+#define PKG_INSTALL_VERSION 20100403
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)