svn commit: r301725 - head/sys/dev/sfxge

Andrew Rybchenko arybchik at FreeBSD.org
Thu Jun 9 12:33:55 UTC 2016


Author: arybchik
Date: Thu Jun  9 12:33:53 2016
New Revision: 301725
URL: https://svnweb.freebsd.org/changeset/base/301725

Log:
  sfxge(4): bump version to the closest out-of-tree driver version
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week

Modified:
  head/sys/dev/sfxge/sfxge_version.h

Modified: head/sys/dev/sfxge/sfxge_version.h
==============================================================================
--- head/sys/dev/sfxge/sfxge_version.h	Thu Jun  9 12:29:03 2016	(r301724)
+++ head/sys/dev/sfxge/sfxge_version.h	Thu Jun  9 12:33:53 2016	(r301725)
@@ -36,6 +36,6 @@
 #ifndef _SFXGE_VERSION_H
 #define	_SFXGE_VERSION_H
 
-#define	SFXGE_VERSION_STRING	"v4.8.0.1071"
+#define	SFXGE_VERSION_STRING	"v4.8.0.1081"
 
 #endif	/* _SFXGE_DRIVER_VERSION_H */


More information about the svn-src-all mailing list