aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2012-05-30 21:28:37 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2012-05-30 21:28:37 +0000
commit47f1d92787e6c10ffafc80d427a4ae644f9be5c9 (patch)
treeb375db921f11209c122407266c2ce706ca98d49e /usr.sbin/pkg_install/lib
parent1b5ba09fbb63a99f0054863e2200ddce13acc08d (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 fcf051e971af..7890254636ce 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 20100403
+#define PKG_INSTALL_VERSION 20120530
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)