summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2010-01-22 23:32:10 +0000
committerflz <flz@FreeBSD.org>2010-01-22 23:32:10 +0000
commit648854da4d73ee19e941de36522c00626473f2b5 (patch)
treec3b8090501ae2fde3a2a2e3cecede5db149f6297 /usr.sbin/pkg_install/lib/lib.h
parent6facf0f8e1566fe01a79dd3d15a500c5aab8cb25 (diff)
downloadFreeBSD-src-648854da4d73ee19e941de36522c00626473f2b5.zip
FreeBSD-src-648854da4d73ee19e941de36522c00626473f2b5.tar.gz
- Add support for UPDATING remote fetching.
- Reorganize EXAMPLES section in pkg_updating(1). - Style fixes. - Bump PKG_INSTALL_VERSION to 20100122. Submitted by: beat MFC after: 1 week
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 a3d0413..4a6c625 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)
OpenPOWER on IntegriCloud