Author: hselasky
Date: Wed Mar  7 13:59:46 2018
New Revision: 330596
URL: https://svnweb.freebsd.org/changeset/base/330596

Log:
  Bump version information in mlx4ib(4).
  
  MFC after:    1 week
  Sponsored by: Mellanox Technologies

Modified:
  head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c

Modified: head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
==============================================================================
--- head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c    Wed Mar  7 13:58:58 2018        
(r330595)
+++ head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c    Wed Mar  7 13:59:46 2018        
(r330596)
@@ -63,8 +63,10 @@
 #include "wc.h"
 
 #define DRV_NAME       MLX4_IB_DRV_NAME
-#define DRV_VERSION    "3.4.1-BETA"
-#define DRV_RELDATE    "October 2017"
+#ifndef DRV_VERSION
+#define DRV_VERSION    "3.4.1"
+#endif
+#define DRV_RELDATE    "February 2018"
 
 #define MLX4_IB_FLOW_MAX_PRIO 0xFFF
 #define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to