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
8const char FTDI_VERSION_STRING[] = "1.5";
9const char FTDI_SNAPSHOT_VERSION[] = "unknown";
10
11#endif
const char FTDI_VERSION_STRING[]
const char FTDI_SNAPSHOT_VERSION[]