ver.h 554 B

123456789101112131415161718
  1. /*
  2. * aQuantia Corporation Network Driver
  3. * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms and conditions of the GNU General Public License,
  7. * version 2, as published by the Free Software Foundation.
  8. */
  9. #ifndef VER_H
  10. #define VER_H
  11. #define NIC_MAJOR_DRIVER_VERSION 1
  12. #define NIC_MINOR_DRIVER_VERSION 5
  13. #define NIC_BUILD_DRIVER_VERSION 345
  14. #define NIC_REVISION_DRIVER_VERSION 0
  15. #endif /* VER_H */