net/qede/base: update base driver version to 8.30.8.0
authorRasesh Mody <rasesh.mody@cavium.com>
Sat, 7 Oct 2017 06:31:12 +0000 (23:31 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:36:58 +0000 (01:36 +0100)
This patch updates the base driver version to 8.30.8.0.

Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
drivers/net/qede/base/ecore.h

index eaf2604..ce5f3a9 100644 (file)
@@ -29,9 +29,9 @@
 #include "mcp_public.h"
 
 #define ECORE_MAJOR_VERSION            8
-#define ECORE_MINOR_VERSION            18
-#define ECORE_REVISION_VERSION         7
-#define ECORE_ENGINEERING_VERSION      1
+#define ECORE_MINOR_VERSION            30
+#define ECORE_REVISION_VERSION         8
+#define ECORE_ENGINEERING_VERSION      0
 
 #define ECORE_VERSION                                                  \
        ((ECORE_MAJOR_VERSION << 24) | (ECORE_MINOR_VERSION << 16) |    \