Date: Sat, 3 Apr 2010 10:57:14 +0000 (UTC) From: Florent Thoumie <flz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r206133 - head/usr.sbin/pkg_install/lib Message-ID: <201004031057.o33AvEeW066302@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flz Date: Sat Apr 3 10:57:13 2010 New Revision: 206133 URL: http://svn.freebsd.org/changeset/base/206133 Log: Bump PKG_INSTALL_VERSION to 20100403. Modified: head/usr.sbin/pkg_install/lib/lib.h Modified: head/usr.sbin/pkg_install/lib/lib.h ============================================================================== --- head/usr.sbin/pkg_install/lib/lib.h Sat Apr 3 10:55:11 2010 (r206132) +++ head/usr.sbin/pkg_install/lib/lib.h Sat Apr 3 10:57:13 2010 (r206133) @@ -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 20100401 +#define PKG_INSTALL_VERSION 20100403 #define PKG_WRAPCONF_FNAME "/var/db/pkg_install.conf" #define main(argc, argv) real_main(argc, argv)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004031057.o33AvEeW066302>