mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
9 lines
231 B
C
9 lines
231 B
C
#ifndef _FTDI_EEPROM_VERSION_H
|
|
#define _FTDI_EEPROM_VERSION_H
|
|
|
|
#define EEPROM_MAJOR_VERSION @EEPROM_MAJOR_VERSION@
|
|
#define EEPROM_MINOR_VERSION @EEPROM_MINOR_VERSION@
|
|
#define EEPROM_VERSION_STRING "@EEPROM_VERSION_STRING@"
|
|
|
|
#endif
|