svn commit: r299275 - head/sys/dev/mpr

Stephen McConnell slm at FreeBSD.org
Mon May 9 16:38:53 UTC 2016


Author: slm
Date: Mon May  9 16:38:51 2016
New Revision: 299275
URL: https://svnweb.freebsd.org/changeset/base/299275

Log:
  Bump version of mpr driver to 13.00.00.00-fbsd
  
  Approved by:	ken, scottl, ambrisko
  MFC after:      1 week

Modified:
  head/sys/dev/mpr/mprvar.h

Modified: head/sys/dev/mpr/mprvar.h
==============================================================================
--- head/sys/dev/mpr/mprvar.h	Mon May  9 16:36:40 2016	(r299274)
+++ head/sys/dev/mpr/mprvar.h	Mon May  9 16:38:51 2016	(r299275)
@@ -33,7 +33,7 @@
 #ifndef _MPRVAR_H
 #define _MPRVAR_H
 
-#define MPR_DRIVER_VERSION	"09.255.01.00-fbsd"
+#define MPR_DRIVER_VERSION	"13.00.00.00-fbsd"
 
 #define MPR_DB_MAX_WAIT		2500
 


More information about the svn-src-all mailing list