svn commit: r206133 - head/usr.sbin/pkg_install/lib

Florent Thoumie flz at FreeBSD.org
Sat Apr 3 10:57:14 UTC 2010


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)


More information about the svn-src-head mailing list