diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-10-02 11:15:35 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2019-10-02 11:15:35 +0000 |
| commit | d3d47408fcc888883c3a8ce125138ef023fbe877 (patch) | |
| tree | da468c9f714bcc87f72004d5a12a26a7e7541070 /sys/dev/mlx5/mlx5_core | |
| parent | fedc7bd218d56a5ffc773b752ce9617f24923db0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx5/mlx5_core')
| -rw-r--r-- | sys/dev/mlx5/mlx5_core/mlx5_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_core.h b/sys/dev/mlx5/mlx5_core/mlx5_core.h index 09c43a01254a..014477de5f86 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_core.h +++ b/sys/dev/mlx5/mlx5_core/mlx5_core.h @@ -36,9 +36,9 @@ #define DRIVER_NAME "mlx5_core" #ifndef DRIVER_VERSION -#define DRIVER_VERSION "3.5.1" +#define DRIVER_VERSION "3.5.2" #endif -#define DRIVER_RELDATE "April 2019" +#define DRIVER_RELDATE "September 2019" extern int mlx5_core_debug_mask; |
