diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-06-04 17:11:04 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-06-04 17:11:04 +0000 |
commit | b40ec06d05930b1b7a72cffe24923f93b398eb7c (patch) | |
tree | 470563c395c078de165e0e2e387a0d3bfbcd34c2 | |
parent | 4f24c165aeb1a2ddfc239fccd1777d8b916c0270 (diff) | |
download | FreeBSD-src-b40ec06d05930b1b7a72cffe24923f93b398eb7c.zip FreeBSD-src-b40ec06d05930b1b7a72cffe24923f93b398eb7c.tar.gz |
MFC r300608
sfxge(4): bump driver version to the closest out-of-tree version
Sponsored by: Solarflare Communications, Inc.
-rw-r--r-- | sys/dev/sfxge/sfxge_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/sfxge_version.h b/sys/dev/sfxge/sfxge_version.h index 424f62e..ab0ad54 100644 --- a/sys/dev/sfxge/sfxge_version.h +++ b/sys/dev/sfxge/sfxge_version.h @@ -36,6 +36,6 @@ #ifndef _SFXGE_VERSION_H #define _SFXGE_VERSION_H -#define SFXGE_VERSION_STRING "v4.8.0.1019" +#define SFXGE_VERSION_STRING "v4.8.0.1071" #endif /* _SFXGE_DRIVER_VERSION_H */ |