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

Andrew Rybchenko arybchik at FreeBSD.org
Wed Jan 20 06:56:19 UTC 2016


Author: arybchik
Date: Wed Jan 20 06:56:18 2016
New Revision: 294372
URL: https://svnweb.freebsd.org/changeset/base/294372

Log:
  sfxge: refresh version to note matching version of out-of-tree driver
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      2 days

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

Modified: head/sys/dev/sfxge/sfxge_version.h
==============================================================================
--- head/sys/dev/sfxge/sfxge_version.h	Wed Jan 20 06:50:30 2016	(r294371)
+++ head/sys/dev/sfxge/sfxge_version.h	Wed Jan 20 06:56:18 2016	(r294372)
@@ -36,6 +36,6 @@
 #ifndef _SFXGE_VERSION_H
 #define	_SFXGE_VERSION_H
 
-#define	SFXGE_VERSION_STRING	"v4.5.2.1000"
+#define	SFXGE_VERSION_STRING	"v4.8.0.1019"
 
 #endif	/* _SFXGE_DRIVER_VERSION_H */


More information about the svn-src-all mailing list