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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to