libftdi1  1.5
ftdi_version_i.h
Go to the documentation of this file.
1 #ifndef FTDI_VERSION_INTERNAL_H
2 #define FTDI_VERSION_INTERNAL_H
3 
4 #define FTDI_MAJOR_VERSION 1
5 #define FTDI_MINOR_VERSION 5
6 #define FTDI_MICRO_VERSION 0
7 
8 const char FTDI_VERSION_STRING[] = "1.5";
9 const char FTDI_SNAPSHOT_VERSION[] = "unknown";
10 
11 #endif
FTDI_SNAPSHOT_VERSION
const char FTDI_SNAPSHOT_VERSION[]
Definition: ftdi_version_i.h:9
FTDI_VERSION_STRING
const char FTDI_VERSION_STRING[]
Definition: ftdi_version_i.h:8