2017-01-24 13:09:08 +07:00
|
|
|
/*
|
|
|
|
* aQuantia Corporation Network Driver
|
|
|
|
* Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms and conditions of the GNU General Public License,
|
|
|
|
* version 2, as published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef VER_H
|
|
|
|
#define VER_H
|
|
|
|
|
2018-01-19 21:03:28 +07:00
|
|
|
#define NIC_MAJOR_DRIVER_VERSION 2
|
|
|
|
#define NIC_MINOR_DRIVER_VERSION 0
|
2018-09-10 16:39:34 +07:00
|
|
|
#define NIC_BUILD_DRIVER_VERSION 4
|
2018-07-02 21:03:39 +07:00
|
|
|
#define NIC_REVISION_DRIVER_VERSION 0
|
2017-01-24 13:09:08 +07:00
|
|
|
|
2017-12-14 16:34:48 +07:00
|
|
|
#define AQ_CFG_DRV_VERSION_SUFFIX "-kern"
|
|
|
|
|
2017-01-24 13:09:08 +07:00
|
|
|
#endif /* VER_H */
|