Change DRV_VERSION to 0.27.1-gs-patched to indicate driver is not vanilla
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
DataHoarder 2021-08-04 04:40:17 +02:00
parent d701c1f0c7
commit bcbbdc162b

View file

@ -13,7 +13,7 @@
#include "fm10k.h"
#define DRV_VERSION "0.27.1"
#define DRV_VERSION "0.27.1-gs-patched"
#define DRV_SUMMARY "Intel(R) Ethernet Switch Host Interface Driver"
const char fm10k_driver_version[] = DRV_VERSION;
char fm10k_driver_name[] = "fm10k";