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

Josh Paetzel jpaetzel at FreeBSD.org
Wed May 30 21:28:38 UTC 2012


Author: jpaetzel
Date: Wed May 30 21:28:37 2012
New Revision: 236336
URL: http://svn.freebsd.org/changeset/base/236336

Log:
  Bump PKG_INSTALL_VERSION which should've been done in r236233
  
  MFC after:	3 days
  Pointed out by:	bapt

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	Wed May 30 21:04:14 2012	(r236335)
+++ head/usr.sbin/pkg_install/lib/lib.h	Wed May 30 21:28:37 2012	(r236336)
@@ -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)


More information about the svn-src-head mailing list