repo.or.cz
/
libftdi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CMake: bump the minimal required version to 3.5
[libftdi.git]
/
ftdi_eeprom
/
ftdi_eeprom_version.h.in
blob
db7717d2799c3666c69a857833f500ac111fcb3a
1
#ifndef _FTDI_EEPROM_VERSION_H
2
#define _FTDI_EEPROM_VERSION_H
3
4
#define EEPROM_MAJOR_VERSION @EEPROM_MAJOR_VERSION@
5
#define EEPROM_MINOR_VERSION @EEPROM_MINOR_VERSION@
6
#define EEPROM_VERSION_STRING
"@EEPROM_VERSION_STRING@"
7
8
#endif