net: aquantia: Increment driver version
Add a suffix to distinguish kernel mainline version and aquantia releases Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
98bc036de4
commit
d4c242d4ba
|
@ -80,6 +80,7 @@
|
||||||
#define AQ_CFG_DRV_VERSION __stringify(NIC_MAJOR_DRIVER_VERSION)"."\
|
#define AQ_CFG_DRV_VERSION __stringify(NIC_MAJOR_DRIVER_VERSION)"."\
|
||||||
__stringify(NIC_MINOR_DRIVER_VERSION)"."\
|
__stringify(NIC_MINOR_DRIVER_VERSION)"."\
|
||||||
__stringify(NIC_BUILD_DRIVER_VERSION)"."\
|
__stringify(NIC_BUILD_DRIVER_VERSION)"."\
|
||||||
__stringify(NIC_REVISION_DRIVER_VERSION)
|
__stringify(NIC_REVISION_DRIVER_VERSION) \
|
||||||
|
AQ_CFG_DRV_VERSION_SUFFIX
|
||||||
|
|
||||||
#endif /* AQ_CFG_H */
|
#endif /* AQ_CFG_H */
|
||||||
|
|
|
@ -11,8 +11,10 @@
|
||||||
#define VER_H
|
#define VER_H
|
||||||
|
|
||||||
#define NIC_MAJOR_DRIVER_VERSION 1
|
#define NIC_MAJOR_DRIVER_VERSION 1
|
||||||
#define NIC_MINOR_DRIVER_VERSION 5
|
#define NIC_MINOR_DRIVER_VERSION 6
|
||||||
#define NIC_BUILD_DRIVER_VERSION 345
|
#define NIC_BUILD_DRIVER_VERSION 13
|
||||||
#define NIC_REVISION_DRIVER_VERSION 0
|
#define NIC_REVISION_DRIVER_VERSION 0
|
||||||
|
|
||||||
|
#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"
|
||||||
|
|
||||||
#endif /* VER_H */
|
#endif /* VER_H */
|
||||||
|
|
Loading…
Reference in New Issue