12 lines
303 B
C
12 lines
303 B
C
#ifndef FTDI_VERSION_INTERNAL_H
|
|
#define FTDI_VERSION_INTERNAL_H
|
|
|
|
#define FTDI_MAJOR_VERSION @MAJOR_VERSION@
|
|
#define FTDI_MINOR_VERSION @MINOR_VERSION@
|
|
#define FTDI_MICRO_VERSION 0
|
|
|
|
const char FTDI_VERSION_STRING[] = "@VERSION_STRING@";
|
|
const char FTDI_SNAPSHOT_VERSION[] = "@SNAPSHOT_VERSION@";
|
|
|
|
#endif
|