libftdi1  1.3
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 3
6 #define FTDI_MICRO_VERSION 0
7 
8 const char FTDI_VERSION_STRING[] = "1.3";
9 const char FTDI_SNAPSHOT_VERSION[] = "unknown";
10 
11 #endif
const char FTDI_VERSION_STRING[]
Definition: ftdi_version_i.h:8
const char FTDI_SNAPSHOT_VERSION[]
Definition: ftdi_version_i.h:9