- 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.
This commit is contained in:
flz 2009-09-02 13:58:15 +00:00
parent ffd2e52c39
commit 18c7bcab54

View File

@ -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)