aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-01-06 19:00:12 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-01-06 19:00:12 +0000
commit853e670bb4c7c7baf2c38683c1b8f0472f12f2e3 (patch)
tree422127871d469515fef2c695a052ce00b4b8893a /usr.sbin/pkg_install/lib/lib.h
parent73de1e839517c66fc2de06772a34c32780da7c8c (diff)
downloadsrc-853e670bb4c7c7baf2c38683c1b8f0472f12f2e3.tar.gz
src-853e670bb4c7c7baf2c38683c1b8f0472f12f2e3.zip
- Backout latest changes (follow symlinks: r186496, r186518).
- Bump PKG_INSTALL_VER to 20090106.
Notes
Notes: svn path=/head/; revision=186835
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-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 5f66a3ae7cc7..422912e8d4a7 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 20081227
+#define PKG_INSTALL_VERSION 20090106
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)