Bump PKG_INSTALL_VERSION which should've been done in r236233

MFC after:	3 days
Pointed out by:	bapt
This commit is contained in:
Josh Paetzel 2012-05-30 21:28:37 +00:00
parent 1b5ba09fbb
commit 47f1d92787
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236336

View File

@ -99,7 +99,7 @@
* Version of the package tools - increase whenever you make a change
* in the code that is not cosmetic only.
*/
#define PKG_INSTALL_VERSION 20100403
#define PKG_INSTALL_VERSION 20120530
#define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf"
#define main(argc, argv) real_main(argc, argv)