aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2010-01-22 23:32:10 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2010-01-22 23:32:10 +0000
commit7735b3839a48982709bd8b3f8afe2516a2315029 (patch)
treec3b8090501ae2fde3a2a2e3cecede5db149f6297 /usr.sbin/pkg_install/lib
parent7ffc8ae56e03dde95f59a573d813c62e8b79d55a (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 a3d04138797f0..4a6c6255b1259 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 whenever you make a change
* in the code that is not cosmetic only.
*/
-#define PKG_INSTALL_VERSION 20090902
+#define PKG_INSTALL_VERSION 20100122
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)