summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2009-09-02 13:58:15 +0000
committerflz <flz@FreeBSD.org>2009-09-02 13:58:15 +0000
commit0f81144aa2b4bf4fe4e68e12550a5942793b3c49 (patch)
tree313064020a3abdccea3884d4b952971b5db831b2 /usr.sbin/pkg_install/lib
parent487be1f13e22c4bdf1e6ca664552d7b7033cc388 (diff)
downloadFreeBSD-src-0f81144aa2b4bf4fe4e68e12550a5942793b3c49.zip
FreeBSD-src-0f81144aa2b4bf4fe4e68e12550a5942793b3c49.tar.gz
- Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.
- Change the comment to say that version must be changed when a non-cosmetic change is made.
Diffstat (limited to 'usr.sbin/pkg_install/lib')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 6d5a985..a3d0413 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -102,10 +102,10 @@
#define PKG_PREFIX_VNAME "PKG_PREFIX"
/*
- * Version of the package tools - increase only when some
- * functionality used by bsd.port.mk is changed, added or removed
+ * Version of the package tools - increase whenever you make a change
+ * in the code that is not cosmetic only.
*/
-#define PKG_INSTALL_VERSION 20090519
+#define PKG_INSTALL_VERSION 20090902
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)
OpenPOWER on IntegriCloud